Fix published artifacts
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
fa28b77c52
commit
ad89006cc4
8
jenkins/Jenkinsfile
vendored
8
jenkins/Jenkinsfile
vendored
|
@ -52,10 +52,10 @@ pipeline {
|
|||
|
||||
stage('Publish built files') {
|
||||
steps {
|
||||
sh 'mv ecodash_x86 ecodash'
|
||||
archiveArtifacts artifacts: ['templates/**', 'ecodash'], name: 'ecodash-x86'
|
||||
sh 'mv ecodash_arm ecodash'
|
||||
archiveArtifacts artifacts: ['templates/**', 'ecodash'], name: 'ecodash-arm'
|
||||
sh 'mv ecodash_x86 ecodash; zip -r ecodash-x86.zip templates ecodash'
|
||||
archiveArtifacts artifacts: "ecodash-x86.zip"
|
||||
sh 'mv ecodash_arm ecodash; zip -r ecodash-arm.zip templates ecodash'
|
||||
archiveArtifacts artifacts: "ecodash-arm.zip"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue