fix: update git url

This commit is contained in:
Guilhem Lavaux 2024-11-16 15:01:20 +01:00
parent ae3b633225
commit b124f285b5

2
Jenkinsfile vendored
View File

@ -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}'