diff --git a/Jenkinsfile b/Jenkinsfile index bba2a6a..fb81314 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,19 +32,7 @@ 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 { //ProxySettings AUTH = credentials('proxy')