fix
parent
ab97d07082
commit
67d7de91bf
|
|
@ -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
|
||||
'''
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
python-decouple
|
||||
pyyaml
|
||||
pandas
|
||||
#requests
|
||||
datetime
|
||||
#argparse
|
||||
openpyxl
|
||||
#jsonmerge
|
||||
#KeyRequestParser
|
||||
git+https://atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||
Loading…
Reference in New Issue