Copy binaries in script
Some checks failed
gitea-kspace/openwrt-camera-image/pipeline/head There was a failure building this commit
Some checks failed
gitea-kspace/openwrt-camera-image/pipeline/head There was a failure building this commit
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user