Update Jenkinsfile

This commit is contained in:
2022-06-14 19:10:20 +02:00
parent dc0a1aa3f0
commit 0a4737282b
Vendored
-1
View File
@@ -168,7 +168,6 @@ pipeline {
sh 'figlet "UNSTABLE"' sh 'figlet "UNSTABLE"'
} }
} }
}
def getVersion() { def getVersion() {
ver = sh(script: 'cat .version', returnStdout: true) ver = sh(script: 'cat .version', returnStdout: true)