diff --git a/Jenkinsfile b/Jenkinsfile index f5de784..13d8a63 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,7 +53,7 @@ // Define the remotes and the working and deploy branches def remote = 'origin' -def workingBranch = 'devel_bear' +def workingBranch = 'master' def releaseBranch = 'release' // Initialize configuration @@ -200,6 +200,8 @@ input = 'Deploy on systemtest?' tasks = [ pre: { + def currentVersion = readFile(encoding: 'UTF-8', file: 'version.txt') + currentBuild.displayName = "#${env.BUILD_NUMBER} ${currentVersion}" unarchive(mapping:["${env.BUILD_DIR}/" : '.']) }, run: {