Set the overwrite argument to true.
This commit is contained in:
parent
4912ffbd9f
commit
edca9cdc5c
|
@ -27,7 +27,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo 'Deploying....'
|
echo 'Deploying....'
|
||||||
dir('cmake-build-release') { archiveArtifacts artifacts:'*.deb, *.rpm, *.tar.gz, *.sh', fingerprint: false }
|
dir('cmake-build-release') { archiveArtifacts artifacts:'*.deb, *.rpm, *.tar.gz, *.sh', fingerprint: false }
|
||||||
zip zipFile: './Yerbacon-ARM_lpkg.zip', archive: true, glob: "./*.tar.gz, ./*.sh"
|
zip zipFile: './Yerbacon-ARM_lpkg.zip', overwrite: true, archive: true, glob: "./*.tar.gz, ./*.sh"
|
||||||
dir('cmake-build-release-win32') { archiveArtifacts artifacts:'*.exe', fingerprint: false }
|
dir('cmake-build-release-win32') { archiveArtifacts artifacts:'*.exe', fingerprint: false }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue