1
0
Fork 0
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:
Ellpeck 2020-04-11 03:22:35 +02:00
parent 6b073d7174
commit e4ef171b44

4
Jenkinsfile vendored
View file

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