Remove condition from parallel stages.

This commit is contained in:
Manuele Simi 2019-08-31 15:54:09 -04:00
parent dec84e20a1
commit 33ee929fe2
1 changed files with 0 additions and 4 deletions

View File

@ -7,10 +7,6 @@ pipeline {
}
}
stage('Parallel Stage') {
when {
branch 'master'
}
failFast true
parallel {
stage('Branch A') {
agent {