Skip to content
Snippets Groups Projects
Unverified Commit af86cf2a authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer Committed by GitHub
Browse files

Update buildTestDeploy.groovy

parent b5dcbc60
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ def call(ArrayList<String> dependencyList, String gitUrl='',
lock("build-${env.JOB_NAME}") {
// wait until dependencies are no longer building (to reduce "storm" of builds after core libraries were built)
helper.waitForDependencies(helper.gatherDependenciesDeep(dependencyList))
helper.waitForDependencies(helper.gatherDependenciesDeep(new ArrayList<String>(dependencyList)))
// only keep builds which exist for all dependencies
script {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment