Fix binaries path
All checks were successful
gitea-kspace/openwrt-camera-image/pipeline/head This commit looks good
All checks were successful
gitea-kspace/openwrt-camera-image/pipeline/head This commit looks good
This commit is contained in:
parent
a5d3e25012
commit
5d4778e4cd
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,7 +23,7 @@ pipeline {
|
||||
dir(directory) {
|
||||
script {
|
||||
sh "mkdir -p bin/"
|
||||
sh "cp openwrt-imagebuilder-ath79-generic.Linux-x86_64/bin/targets/ath79/generic/*.bin 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user