init commit
parent
05db49900f
commit
e1a2d237f8
|
|
@ -4,6 +4,12 @@
|
||||||
}
|
}
|
||||||
//label libraryBuild is available in CN JAWS and ROW JAWS, therefore this one was used; no additional intents
|
//label libraryBuild is available in CN JAWS and ROW JAWS, therefore this one was used; no additional intents
|
||||||
agent{label 'libraryBuild'}
|
agent{label 'libraryBuild'}
|
||||||
|
|
||||||
|
|
||||||
|
//here comes the trigger according to crontabs
|
||||||
|
triggers {
|
||||||
|
cron('0 0 1 * *')
|
||||||
|
}
|
||||||
environment {
|
environment {
|
||||||
//ProxySettings
|
//ProxySettings
|
||||||
AUTH = credentials('proxy')
|
AUTH = credentials('proxy')
|
||||||
|
|
@ -29,6 +35,7 @@
|
||||||
stage('install required packages') {
|
stage('install required packages') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
pip install -upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
python-decouple
|
python-decouple
|
||||||
pyyaml
|
pyyaml
|
||||||
pandas
|
pandas
|
||||||
decouple
|
|
||||||
requests
|
requests
|
||||||
datetime
|
datetime
|
||||||
argparse
|
argparse
|
||||||
Loading…
Reference in New Issue