From ec4ae3c058ec45d3ddc7a00aa00b46b225612880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Augier?= Date: Sat, 11 Apr 2020 18:58:44 +0200 Subject: [PATCH] test #75896587 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index def0aec16..7ee9c3673 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } stage('Deploy') { when { - branch 'master' + branch 'development' } steps { echo "DEPLOY!"