mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 08:06:24 +00:00
argocd
This commit is contained in:
parent
f0526b281b
commit
d153904f4e
@ -119,7 +119,8 @@ testcontainers.reuse.enable=true'''
|
||||
|
||||
sh """
|
||||
rm -rf lifesub-manifest
|
||||
git clone https://oauth2:${GIT_PASSWORD}@github.com/${manifestRepo}.git
|
||||
#git clone https://oauth2:${GIT_PASSWORD}@github.com/${manifestRepo}.git
|
||||
git clone https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${manifestRepo}.git
|
||||
"""
|
||||
|
||||
dir('lifesub-manifest') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user