mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +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 {
|
when {
|
||||||
branch 'master'
|
branch 'master'
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ done'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Pack and Publish') {
|
stage('Pack and Publish (Release)') {
|
||||||
when {
|
when {
|
||||||
branch 'release'
|
branch 'release'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue