diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-05 10:13:14 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-05 10:13:14 +0200 |
commit | 3bf7078334a6a296b88531781fd488647d9c12c6 (patch) | |
tree | 842105764fdaa421885b56361cbb5f37af6fa38d /vars | |
parent | 889fc89e41f02aef856a2a53d68a540bb98e7d35 (diff) | |
download | vyos-build-3bf7078334a6a296b88531781fd488647d9c12c6.tar.gz vyos-build-3bf7078334a6a296b88531781fd488647d9c12c6.zip |
Revert "Jenkins: lib: echo change set path for further optimisation"
This reverts commit 24804b2e00866486d4b16e727a25fc43185e8762.
Diffstat (limited to 'vars')
-rw-r--r-- | vars/getChangeSetPath.groovy | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |