diff --git a/Jenkinsfile b/Jenkinsfile index 207351808..c16f85b3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -132,12 +132,12 @@ pipeline { sh 'mvn -o deploy' } } - post { - always { - script { - if (env.CI_SKIP == "true") { - currentBuild.result = 'NOT_BUILT' - } + } + post { + always { + script { + if (env.CI_SKIP == "true") { + currentBuild.result = 'NOT_BUILT' } } }