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") {
|
stage("Deliver") {
|
||||||
steps {
|
steps {
|
||||||
dir(directory) {
|
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
|
archiveArtifacts artifacts: "bin/*", allowEmptyArchive: false, fingerprint: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -97,3 +97,7 @@ EOF
|
|||||||
make image PROFILE=glinet_gl-ar150 FILES=overlay/ PACKAGES="usbutils curl htop nano mjpg-streamer kmod-video-uvc \
|
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 \
|
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"
|
-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/
|
||||||
|
Reference in New Issue
Block a user