From a898e2502aa0dd1a5b2d53331ce98cdad4bde402 Mon Sep 17 00:00:00 2001 From: Hambrsoom Baboyan <32947679+Hambrsoom@users.noreply.github.com> Date: Sat, 14 Mar 2020 22:45:15 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8cee3a965..a6b54bb5f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } stage('Deploy') { when { - branch "master" && currentBuild.result == 'SUCCESS' + branch "master" } steps { echo 'Deploying stage has been executed'