update scripts from latest build scripts 1.1.0

This commit is contained in:
Henry Oswald
2018-03-06 12:07:54 +00:00
parent 3c4870f688
commit 7dbed15fea
6 changed files with 25 additions and 9 deletions

1
Jenkinsfile vendored
View File

@@ -14,7 +14,6 @@ pipeline {
sh 'make ci'
}
}
stage('Publish build number') {
steps {
sh 'echo ${BRANCH_NAME}-${BUILD_NUMBER} > build_number.txt'