Remove duplicate jenkins- from BUILD id

This commit is contained in:
Jan Dittberner 2017-08-27 22:43:13 +02:00
parent 8943fafeca
commit a30a29a4e6

2
Jenkinsfile vendored
View file

@ -22,7 +22,7 @@ pipeline {
BUILDDIR = "${GOPATH}/src/git.cacert.org/cacert-boardvoting" BUILDDIR = "${GOPATH}/src/git.cacert.org/cacert-boardvoting"
} }
steps { steps {
sh "cd '${BUILDDIR}' ; make clean && make BUILD='jenkins-${env.BUILD_TAG}'" sh "cd '${BUILDDIR}' ; make clean && make BUILD='${env.BUILD_TAG}'"
} }
} }
stage('Create build output') { stage('Create build output') {