-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins: version 1.446 on Debian squeeze 6.0.3 amd64. using java ... -jar jenkins.war (SUN 1.6.0_26)
Managed Scripts Plugin: version 0.1.0
Nodes: diverse nodes confgured e.g. Debian, Ubuntu, SLES etc.
I use a parameterized job (Node parameter) to build a project on diverse nodes. It works with embeded scripts (execute shell) very fine.
When I use managed scripts and start the jobs on the nodes sequentially, it works too.
When I start the job (on different nodes) more time at the same time (parallel), only the one of them works (most the last one). All other fails with following error:
Console Output
... executing script 'ScriptBuildStepConfigProvider.1325764792016' Using custom interpreter: /bin/bash Executing temp file '/tmp/build_step_template2790162559004169897.sh' [build-setup] $ /bin/bash build_step_template2790162559004169897.sh /bin/bash: build_step_template2790162559004169897.sh: No such file or directory Build step 'Execute managed script' marked build as failure Finished: FAILURE