mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
apparently stage names can't exist twice
This commit is contained in:
parent
6b073d7174
commit
e4ef171b44
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -10,7 +10,7 @@ done'''
|
|||
}
|
||||
}
|
||||
|
||||
stage('Pack and Publish') {
|
||||
stage('Pack and Publish (Master)') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ done'''
|
|||
}
|
||||
}
|
||||
|
||||
stage('Pack and Publish') {
|
||||
stage('Pack and Publish (Release)') {
|
||||
when {
|
||||
branch 'release'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue