-
Bug
-
Resolution: Unresolved
-
Major
-
None
Configure a job to run on a non-master node, and define an "Execute system Groovy script" that calls a "Groovy script file" called "test.groovy"
"test.groovy" contains
println("testing")
If the file "test.groovy" doesn't exist in the non-master node's workspace the build step succeeds.
Additionnally, there is no alert on log console, which is a really a mess to understand why ... nothing occurs.