Use a Jenkins build number for build id

debian
Jan Dittberner 7 years ago
parent ace63025ea
commit 8943fafeca

2
Jenkinsfile vendored

@ -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" sh "cd '${BUILDDIR}' ; make clean && make BUILD='jenkins-${env.BUILD_TAG}'"
} }
} }
stage('Create build output') { stage('Create build output') {

Loading…
Cancel
Save