summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-07-24 20:45:54 +0200
committerChristian Poessinger <christian@poessinger.com>2021-07-24 20:51:17 +0200
commit1c3e5e18fd746bbb6ccd4a09d1fec1bed2f8316b (patch)
tree1ab48cda5a1018d3dc410e5007fd594a96ef6857 /packages/linux-kernel/Jenkinsfile
parent9e57b42149d25092d22fd215d4bd08f3cb089c88 (diff)
downloadvyos-build-1c3e5e18fd746bbb6ccd4a09d1fec1bed2f8316b.tar.gz
vyos-build-1c3e5e18fd746bbb6ccd4a09d1fec1bed2f8316b.zip
Jenkins: only build packages if the package changes at all - skip otherwise
This will only run the Jenkins Pipeline if Git detects a change in the specified file path. If no change is found in the path, the individual Pipeline statges are skipped.
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 0ef7cfc1..812b5df4 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -58,4 +58,4 @@ def pkgList = [
]
// Start package build using library function from https://github.com/vyos/vyos-build
-buildPackage('Kernel', pkgList, null, true)
+buildPackage('Kernel', pkgList, null, true, "**/packages/linux-kernel/*")