diff --git a/Jenkinsfile b/Jenkinsfile index e762305a8..8d115643c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,8 @@ pipeline { sh 'echo $(curl localhost:80)' } } - } + } + } stage('Push Docker Image') { when { branch 'main' @@ -32,5 +33,5 @@ pipeline { } } } - } } +