fix: update git url
This commit is contained in:
parent
6b30847425
commit
ecf63ce202
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,7 +23,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Source') { // for display purposes
|
stage('Source') { // for display purposes
|
||||||
steps {
|
steps {
|
||||||
git branch: branchName, credentialsId: cred, url: 'ssh://git@git.aquila-consortium.org:2428/Aquila-Consortium/borg_public.git'
|
git branch: branchName, credentialsId: cred, url: 'https://git.aquila-consortium.org/Aquila-Consortium/borg_public.git'
|
||||||
|
|
||||||
sh 'python3 -m venv ${PYTHON_VENV}'
|
sh 'python3 -m venv ${PYTHON_VENV}'
|
||||||
sh 'ls && echo ${PYTHON_VENV} && ls ${PYTHON_VENV}'
|
sh 'ls && echo ${PYTHON_VENV} && ls ${PYTHON_VENV}'
|
||||||
|
Loading…
Reference in New Issue
Block a user