Use a Jenkins build number for build id

This commit is contained in:
Jan Dittberner 2017-08-27 22:37:30 +02:00
parent ace63025ea
commit 8943fafeca

2
Jenkinsfile vendored
View file

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