11
0

Copy binaries in script
Some checks failed
gitea-kspace/openwrt-camera-image/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-27 19:41:36 +03:00
parent 5d4778e4cd
commit d0b6909193
2 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View File

@@ -21,10 +21,6 @@ pipeline {
stage("Deliver") {
steps {
dir(directory) {
script {
sh "mkdir -p bin/"
sh "cp openwrt-imagebuilder-21.02.1-ath79-generic.Linux-x86_64/bin/targets/ath79/generic/*.bin bin/"
}
archiveArtifacts artifacts: "bin/*", allowEmptyArchive: false, fingerprint: false
}
}