master
ermisw 2023-05-08 19:33:57 +02:00
parent ab97d07082
commit 67d7de91bf
3 changed files with 16 additions and 3 deletions

View File

@ -23,6 +23,7 @@
NAPREPROD_TOKEN_VAR = credentials('NAPREPROD_TOKEN_VAR')
CNPROD_TOKEN_VAR = credentials('CNPROD_TOKEN_VAR')
CNPREPROD_TOKEN_VAR = credentials('CNPREPROD_TOKEN_VAR')
BITBUCKET_CREDS = credentials('jaws_dynatrace_bitbuket_user')
// FROM_DATE="${params.FROMDATE}"
// TO_DATE="${params.TODATE}"
@ -31,9 +32,11 @@
stages {
stage('install required python packages') {
steps {
sh '''
sh """
echo "${BITBUCKET_CREDS}"
pip install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
pip3 install -r requirements.txt
'''
"""
}
}

View File

@ -7,4 +7,4 @@ datetime
openpyxl
#jsonmerge
#KeyRequestParser
git+https://qqjaws7@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
#git+https://qqjaws7@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git

10
requirements_dev.txt Normal file
View File

@ -0,0 +1,10 @@
python-decouple
pyyaml
pandas
#requests
datetime
#argparse
openpyxl
#jsonmerge
#KeyRequestParser
git+https://atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git