Skip to content
Snippets Groups Projects
Commit 9962226e authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Test println in onComplete

parent 13a0f3d8
2 merge requests!70Develop,!68Track.pipeline
Pipeline #6723 passed with stages
in 7 minutes and 35 seconds
......@@ -127,6 +127,7 @@ workflow.onError {
}
workflow.onComplete {
println "complete"
completeResult = completeScript.execute().text
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment