From eab624ccf83a252a647896d659d43959b00507f7 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Sun, 13 Jun 2021 13:01:23 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 { } } } - } } +