10
0
Fork 0

Fix binaries path
gitea-kspace/openwrt-camera-image/pipeline/head This commit looks good Details

This commit is contained in:
Madis Mägi 2021-10-27 19:28:31 +03:00
parent a5d3e25012
commit 5d4778e4cd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
}