Update Jenkinsfile

fix brackets
This commit is contained in:
2022-06-14 21:05:51 +02:00
parent d1a09bb88c
commit 144641c57e
Vendored
+1 -1
View File
@@ -145,7 +145,6 @@ pipeline {
} }
} }
} }
}
post { post {
always { always {
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30' sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
@@ -167,6 +166,7 @@ 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)