Remove need for restart on settings change
Some checks failed
ecodash/pipeline/head There was a failure building this commit

This commit is contained in:
MassiveBox 2023-10-29 18:32:35 +01:00
parent 75423645ff
commit 4bf1455ba4
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
7 changed files with 28 additions and 50 deletions

3
jenkins/Jenkinsfile vendored
View file

@ -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"