master
SLW\ARNAUA 2023-03-07 11:51:01 +01:00
parent e37c913368
commit cbede5a1a9
1 changed files with 0 additions and 12 deletions

12
Jenkinsfile vendored
View File

@ -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')