summaryrefslogtreecommitdiff
path: root/vars
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-04 22:16:13 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-06 11:13:56 +0200
commit046fb537c406a25af10059e1ca7a4e00e9fe27ed (patch)
tree9f13e3a67ffe2fb73ac056eb9abacadfb859840d /vars
parent3766906e19a4cb61b573a7c19d77757fa588e2b5 (diff)
downloadvyos-build-046fb537c406a25af10059e1ca7a4e00e9fe27ed.tar.gz
vyos-build-046fb537c406a25af10059e1ca7a4e00e9fe27ed.zip
Jenkins: lib: echo change set path for further optimisation
Currently on repo push all jobs are build - not only the required ones. This commit aims to identify the root cause and limit the amount of CPU time used to build packages.
Diffstat (limited to 'vars')
-rw-r--r--vars/getChangeSetPath.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/getChangeSetPath.groovy b/vars/getChangeSetPath.groovy
index f046d7cc..195f999a 100644
--- a/vars/getChangeSetPath.groovy
+++ b/vars/getChangeSetPath.groovy
@@ -20,6 +20,7 @@ def call() {
tmp = "**/" + tmp + "*"
else
tmp = "**/*"
+ echo tmp
return tmp
}