We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eac3cc2 + ac2329d commit c62b1c6Copy full SHA for c62b1c6
src/DIRAC/tests/Utilities/testJobDefinitions.py
@@ -77,6 +77,7 @@ def helloWorldJenkins():
77
J.setInputSandbox([find_all("exe-script.py", os.environ["WORKSPACE"], "DIRAC/tests/Workflow")[0]])
78
J.setExecutable("exe-script.py", "", "helloWorld.log")
79
J.setDestination("DIRAC.Jenkins.ch")
80
+ return endOfAllJobs(J)
81
82
83
def helloWorld_input():
0 commit comments