Add missing commas
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
c650a1fae1
commit
fa28b77c52
4
jenkins/Jenkinsfile
vendored
4
jenkins/Jenkinsfile
vendored
|
@ -53,9 +53,9 @@ pipeline {
|
||||||
stage('Publish built files') {
|
stage('Publish built files') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mv ecodash_x86 ecodash'
|
sh 'mv ecodash_x86 ecodash'
|
||||||
archiveArtifacts artifacts: ['templates/**', 'ecodash'] name: 'ecodash-x86'
|
archiveArtifacts artifacts: ['templates/**', 'ecodash'], name: 'ecodash-x86'
|
||||||
sh 'mv ecodash_arm ecodash'
|
sh 'mv ecodash_arm ecodash'
|
||||||
archiveArtifacts artifacts: ['templates/**', 'ecodash'] name: 'ecodash-arm'
|
archiveArtifacts artifacts: ['templates/**', 'ecodash'], name: 'ecodash-arm'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue