diff --git a/Jenkinsfile b/Jenkinsfile index 6e78542..6c64cbb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,7 +94,7 @@ usernameVariable: 'GIT_USER', passwordVariable: 'GIT_PASS')]) { sh """ - apt-get update && apt-get install -y git + apt-get install -y git git clone https://${GIT_USER}:${GIT_PASS}@gitbucket.heaerie.com/git/agalyadoss/ledger.git cd ledger && git checkout main