Use dir() in the Jenkinsfile.
This commit is contained in:
parent
756c9f49e9
commit
8f401fac63
|
@ -28,7 +28,7 @@ pipeline {
|
|||
echo 'Deploying....'
|
||||
dir('cmake-build-release') { archiveArtifacts artifacts:'*.deb, *.rpm, *.tar.gz, *.sh', fingerprint: false }
|
||||
dir('cmake-build-release-arm') {
|
||||
sh 'mkdir ./ARMDir && cp *.tar.gz *.sh ./ARMDir'
|
||||
dir('ARMDir') { sh 'cp ../*.tar.gz ../*.sh .'}
|
||||
zip zipFile: './Linux-ARM.zip', archive: true, dir: './Linux-ARM'
|
||||
}
|
||||
dir('cmake-build-release-win32') { archiveArtifacts artifacts:'*.exe', fingerprint: false }
|
||||
|
|
Loading…
Reference in New Issue