generated from gCubeCI/Pipeline-Docker-Template
removed beforeAgent
This commit is contained in:
parent
43b75f6919
commit
ce8f40f7fa
|
@ -24,7 +24,6 @@ pipeline {
|
|||
}
|
||||
stage('clone and exec') {
|
||||
when{
|
||||
beforeAgent true
|
||||
allOf{
|
||||
triggeredBy 'TimeTrigger'
|
||||
environment name: 'IS_CRON', value: 'True'
|
||||
|
@ -35,7 +34,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Planning new deploy') {
|
||||
beforeAgent true
|
||||
when{
|
||||
environment name: 'IS_CRON', value: 'True'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue