Remove condition from parallel stages.
This commit is contained in:
parent
dec84e20a1
commit
33ee929fe2
|
@ -7,10 +7,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Parallel Stage') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
failFast true
|
||||
parallel {
|
||||
stage('Branch A') {
|
||||
agent {
|
||||
|
|
Loading…
Reference in New Issue