removed beforeAgent

This commit is contained in:
Roberto Cirillo 2022-04-15 14:57:41 +02:00
parent 43b75f6919
commit ce8f40f7fa
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

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