diff options
Diffstat (limited to 'vars/getChangeSetPath.groovy')
-rw-r--r-- | vars/getChangeSetPath.groovy | 1 |
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 } |