From 046fb537c406a25af10059e1ca7a4e00e9fe27ed Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 4 Jun 2021 22:16:13 +0200 Subject: 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. --- vars/getChangeSetPath.groovy | 1 + 1 file changed, 1 insertion(+) (limited to 'vars/getChangeSetPath.groovy') 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 } -- cgit v1.2.3