Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
jenkinsfile.release: run openwrt stage in verbose mode only if failed
Browse files Browse the repository at this point in the history
  • Loading branch information
robaerd committed Sep 11, 2021
1 parent cd59e08 commit bb8ac52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def buildOpenwrtPackage(image) {
withDockerEnv(image, [DockerOpts.MOUNT_MIRROR]) {
checkout scm
sh "./scripts/release/prepare-openwrt-makefile.sh /home/build/openwrt/package/feeds/packages/elektra/Makefile"
sh "cd /home/build/openwrt && make package/feeds/packages/elektra/compile V=sc"
sh "cd /home/build/openwrt && make package/feeds/packages/elektra/compile || make -j1 package/feeds/packages/elektra/compile V=sc"
deleteDir()
}
}
Expand Down

0 comments on commit bb8ac52

Please sign in to comment.