From 85803b1dac023c46e339a595d764d1fde6b1965c Mon Sep 17 00:00:00 2001 From: Daphne Augier <35980232+daphneaugier@users.noreply.github.com> Date: Sat, 11 Apr 2020 18:05:37 +0200 Subject: [PATCH] now deploy is for production branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 314f7b8f1..b25333441 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } stage('Deploy') { when { - branch 'master' + branch 'production' } steps { echo "DEPLOY!"