diff --git a/Jenkinsfile b/Jenkinsfile index 6c64cbb..3576f1c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ spec: containers: - name: python-39-slim-buster-build - image: python:3.9-slim-buster + image: python:3.9-slim command: - cat tty: true @@ -94,7 +94,6 @@ usernameVariable: 'GIT_USER', passwordVariable: 'GIT_PASS')]) { sh """ - apt-get install -y git git clone https://${GIT_USER}:${GIT_PASS}@gitbucket.heaerie.com/git/agalyadoss/ledger.git cd ledger && git checkout main