From 46658f81fd9417623f35d25d5b9944699ad5f035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Augier?= Date: Sun, 12 Apr 2020 01:26:10 +0200 Subject: [PATCH] deploy to dev branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4535749b7..64aa4c439 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } stage('Deploy') { when { - branch 'master' + branch 'development' } steps { echo "Branch name: ${env.BRANCH_NAME}"