mirror of
https://gitea.massivebox.net/massivebox/ecodash.git
synced 2025-02-21 18:41:11 +01:00
Add missing commas
This commit is contained in:
parent
c650a1fae1
commit
fa28b77c52
4
jenkins/Jenkinsfile
vendored
4
jenkins/Jenkinsfile
vendored
@ -53,9 +53,9 @@ pipeline {
|
||||
stage('Publish built files') {
|
||||
steps {
|
||||
sh 'mv ecodash_x86 ecodash'
|
||||
archiveArtifacts artifacts: ['templates/**', 'ecodash'] name: 'ecodash-x86'
|
||||
archiveArtifacts artifacts: ['templates/**', 'ecodash'], name: 'ecodash-x86'
|
||||
sh 'mv ecodash_arm ecodash'
|
||||
archiveArtifacts artifacts: ['templates/**', 'ecodash'] name: 'ecodash-arm'
|
||||
archiveArtifacts artifacts: ['templates/**', 'ecodash'], name: 'ecodash-arm'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user