From ddde46279f1d3fe03ccf1888332d3760d2e4a125 Mon Sep 17 00:00:00 2001 From: Patryk Gudalewicz Date: Fri, 28 Oct 2022 09:47:54 +0200 Subject: [PATCH] Adding Jenkinsfile --- Jenkinsfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c47c1a..9dbfbc0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,11 +10,7 @@ pipeline { string(name: 'ENVIRONMENT', defaultValue: '', description: 'Enter single environment name. Possible values are: euprod, eupreprod, napreprod, naprod, cnprod. cnpreprod') } - - //here comes the trigger according to crontabs - jenkins is in UTC - triggers { - - } + environment { //ProxySettings AUTH = credentials('proxy')