Adding Jenkinsfile
parent
1a84fc454a
commit
ddde46279f
|
|
@ -10,11 +10,7 @@ pipeline {
|
||||||
string(name: 'ENVIRONMENT', defaultValue: '', description: 'Enter single environment name. Possible values are: euprod, eupreprod, napreprod, naprod, cnprod. cnpreprod')
|
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 {
|
environment {
|
||||||
//ProxySettings
|
//ProxySettings
|
||||||
AUTH = credentials('proxy')
|
AUTH = credentials('proxy')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue