mirror of
https://gitea.massivebox.net/massivebox/ecodash.git
synced 2025-01-15 21:27:31 +01:00
Fix published artifacts
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…
x
Reference in New Issue
Block a user