Adding Jenkinsfile

master
Patryk Gudalewicz 2022-10-28 09:47:54 +02:00
parent 1a84fc454a
commit ddde46279f
1 changed files with 1 additions and 5 deletions

6
Jenkinsfile vendored
View File

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