10
0
Fork 0

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

This commit is contained in:
Madis Mägi 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
}
}

View File

@ -97,3 +97,7 @@ EOF
make image PROFILE=glinet_gl-ar150 FILES=overlay/ PACKAGES="usbutils curl htop nano mjpg-streamer kmod-video-uvc \
v4l-utils tcpdump -odhcp6c -odhcpd -dnsmasq -pppd -luci-proto-ppp -kmod-ppp -ppp -ppp-mod-pppoe \
-kmod-ath -kmod-ath9k-common -kmod-ath9k -kmod-ip6tables -ip6tables -luci-proto-ipv6 -kmod-iptunnel6 -kmod-ipsec6 -luci"
# Copy binaries to fixed location
mkdir -p bin/
cp $BASENAME/bin/targets/ath79/generic/*.bin bin/