diff --git a/Jenkinsfile b/Jenkinsfile index f5de784..9000810 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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: {