From 3bf7078334a6a296b88531781fd488647d9c12c6 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 5 Jun 2021 10:13:14 +0200 Subject: Revert "Jenkins: lib: echo change set path for further optimisation" This reverts commit 24804b2e00866486d4b16e727a25fc43185e8762. --- vars/getChangeSetPath.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/vars/getChangeSetPath.groovy b/vars/getChangeSetPath.groovy index 195f999a..f046d7cc 100644 --- a/vars/getChangeSetPath.groovy +++ b/vars/getChangeSetPath.groovy @@ -20,7 +20,6 @@ def call() { tmp = "**/" + tmp + "*" else tmp = "**/*" - echo tmp return tmp } -- cgit v1.2.3