Remove need for restart on settings change
Some checks failed
ecodash/pipeline/head There was a failure building this commit
Some checks failed
ecodash/pipeline/head There was a failure building this commit
This commit is contained in:
parent
75423645ff
commit
4bf1455ba4
7 changed files with 28 additions and 50 deletions
3
jenkins/Jenkinsfile
vendored
3
jenkins/Jenkinsfile
vendored
|
@ -66,7 +66,8 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Publish built files') {
|
||||
stage('Publish build artifacts on tag') {
|
||||
when { buildingTag() }
|
||||
steps {
|
||||
sh 'mv ecodash_x86 ecodash; zip -r ecodash-x86.zip templates ecodash'
|
||||
archiveArtifacts artifacts: "ecodash-x86.zip"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue