Fix syntax.

master
Manuele Simi 4 years ago
parent 1cc6915394
commit 8ebc253205

10
Jenkinsfile vendored

@ -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) {

Loading…
Cancel
Save