modified
parent
e37c913368
commit
cbede5a1a9
|
|
@ -32,19 +32,7 @@
|
||||||
string(name: 'INPUTFOLDER', defaultValue: 'DE-3', description: 'Enter the business line (aka department) folder e.g. DE-3')
|
string(name: 'INPUTFOLDER', defaultValue: 'DE-3', description: 'Enter the business line (aka department) folder e.g. DE-3')
|
||||||
}
|
}
|
||||||
|
|
||||||
//here comes the trigger according to crontabs - jenkins is in UTC
|
|
||||||
triggers {
|
|
||||||
//every 1st of every month at 00:00
|
|
||||||
//cron('0 0 1 * *')
|
|
||||||
|
|
||||||
//every day at 08:00
|
|
||||||
//cron('0 8 * * *')
|
|
||||||
|
|
||||||
//every monday at 08:00
|
|
||||||
//cron('0 4 * * 1')
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
environment {
|
environment {
|
||||||
//ProxySettings
|
//ProxySettings
|
||||||
AUTH = credentials('proxy')
|
AUTH = credentials('proxy')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue