We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac3cc2 commit ac2329dCopy full SHA for ac2329d
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