Finally fix the Jenkinsfile.
This commit is contained in:
parent
8f401fac63
commit
ad8fae37e4
|
@ -27,10 +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 }
|
||||||
dir('cmake-build-release-arm') {
|
zip zipFile: './Linux-ARM.zip', archive: true, glob: "*.tar.gz, *.sh"
|
||||||
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 }
|
dir('cmake-build-release-win32') { archiveArtifacts artifacts:'*.exe', fingerprint: false }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue