adding new script
parent
4ea50ba3fd
commit
b7cf28ef03
|
|
@ -32,13 +32,13 @@
|
||||||
//here comes the trigger according to crontabs - jenkins is in UTC
|
//here comes the trigger according to crontabs - jenkins is in UTC
|
||||||
triggers {
|
triggers {
|
||||||
//every 1st of every month at 00:00
|
//every 1st of every month at 00:00
|
||||||
cron('0 0 1 * *')
|
//cron('0 0 1 * *')
|
||||||
|
|
||||||
//every day at 08:00
|
//every day at 08:00
|
||||||
//cron('0 8 * * *')
|
//cron('0 8 * * *')
|
||||||
|
|
||||||
//every monday at 08:00
|
//every monday at 08:00
|
||||||
//cron('0 8 * * MON')
|
cron('0 8 * * MON')
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -70,7 +70,6 @@
|
||||||
sh '''
|
sh '''
|
||||||
pip install --user -r requirements.txt
|
pip install --user -r requirements.txt
|
||||||
'''
|
'''
|
||||||
print env.JENKINS_URL
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue