Fix syntax.

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

10
Jenkinsfile vendored

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

Loading…
Cancel
Save