From cbede5a1a99a464334d85108e116bac38f1c713a Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Tue, 7 Mar 2023 11:51:01 +0100 Subject: [PATCH] modified --- Jenkinsfile | 12 ------------ 1 file changed, 12 deletions(-) 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')