Fix syntax.

This commit is contained in:
Manuele Simi 2020-03-11 12:10:18 -04:00
parent 1cc6915394
commit 8ebc253205
1 changed files with 5 additions and 5 deletions

10
Jenkinsfile vendored
View File

@ -61,13 +61,13 @@ pipeline {
} }
stage('print report') { stage('print report') {
steps { steps {
script { script {
printReport(report) printReport(report)
}
}
} }
} }
}
} }
// look for modules that use this artifact // look for modules that use this artifact
def findDownstreamDependencies(modules2deps, artifact) { def findDownstreamDependencies(modules2deps, artifact) {