Rename the arm archive's name.
This commit is contained in:
parent
ad8fae37e4
commit
377063c5fd
|
@ -27,7 +27,7 @@ pipeline {
|
|||
steps {
|
||||
echo 'Deploying....'
|
||||
dir('cmake-build-release') { archiveArtifacts artifacts:'*.deb, *.rpm, *.tar.gz, *.sh', fingerprint: false }
|
||||
zip zipFile: './Linux-ARM.zip', archive: true, glob: "*.tar.gz, *.sh"
|
||||
zip zipFile: './Yerbacon-ARM_lpkg.zip', archive: true, glob: "*.tar.gz, *.sh"
|
||||
dir('cmake-build-release-win32') { archiveArtifacts artifacts:'*.exe', fingerprint: false }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue