From b124f285b5adfc20ddd86c1a571faf81475e4973 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sat, 16 Nov 2024 15:01:20 +0100 Subject: [PATCH] fix: update git url --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5314310..85f52df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { } stage('Source') { // for display purposes steps { - git branch: branchName, credentialsId: cred, url: 'git@bitbucket.org:aquila-consortium/borg_public.git' + git branch: branchName, credentialsId: cred, url: 'ssh://git@git.aquila-consortium.org:2428/Aquila-Consortium/borg_public.git' sh 'python3 -m venv ${PYTHON_VENV}' sh 'ls && echo ${PYTHON_VENV} && ls ${PYTHON_VENV}'