From d530dfc2f83d8b0c68fa279c5b59425222d8ba4b Mon Sep 17 00:00:00 2001 From: Marcos Lopez Gonzalez Date: Mon, 26 Feb 2024 12:00:33 +0100 Subject: [PATCH] use dev branch for snapshots --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fd42fb26..2d169315 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -114,8 +114,8 @@ pipeline { sshagent(['85f1747d-ea03-49ca-9e5d-aa9b7bc01c5f']) { sh ''' rm -rf * - git clone -b dev git@github.com:gbif/gbif-configuration.git - git clone -b dev git@github.com:gbif/c-deploy.git + git clone -b master git@github.com:gbif/gbif-configuration.git + git clone -b master git@github.com:gbif/c-deploy.git ''' createServiceFile("${env.WORKSPACE}/gbif-configuration/environments/dev/services.yml")