Update Jenkinsfile
fix brackets
This commit is contained in:
Vendored
+1
-1
@@ -145,7 +145,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
|
||||
@@ -167,6 +166,7 @@ pipeline {
|
||||
sh 'figlet "UNSTABLE"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
def getVersion() {
|
||||
ver = sh(script: 'cat .version', returnStdout: true)
|
||||
|
||||
Reference in New Issue
Block a user