diff --git a/Jenkinsfile b/Jenkinsfile index e4aeb71..ed5ba0c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,8 +15,6 @@ node("docker-node") { app.push("${env.BUILD_NUMBER}") app.push("latest") app.push("3.11.6") - - } } catch (err) { currentBuild.result = 'FAILURE'