[jenkins-jobs] Run check contributors in correct dir

This commit is contained in:
Jiri Pechanec 2019-05-21 14:24:15 +02:00 committed by Gunnar Morling
parent 1ed8615434
commit 548b812d41

View File

@ -259,11 +259,13 @@ node('Slave') {
}
stage ('Check Contributors') {
dir (DEBEZIUM_DIR) {
def rc = sh(script: "jenkins-jobs/scripts/check-contributors.sh", returnStatus: true)
if (rc != 0) {
error "Error, not all contributors have been added to COPYRIGHT.txt. See log for details."
}
}
}
stage ('Check Jira') {
if (!DRY_RUN) {