diff --git a/jenkinsfile b/jenkinsfile index 704d147..6cb0206 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -33,7 +33,7 @@ stage('install required python packages') { steps { sh """ - echo "${BITBUCKET_CREDS}" + echo "${env.BITBUCKET_CREDS}" pip install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git pip3 install -r requirements.txt """