From 03ffb1a3d71ede67b15a664a9e8eee81564dc06f Mon Sep 17 00:00:00 2001 From: weissmall Date: Fri, 1 Dec 2023 16:06:39 +0300 Subject: [PATCH] Fixed `return this` statement --- helpers.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers.groovy b/helpers.groovy index 284bfde..2aab880 100644 --- a/helpers.groovy +++ b/helpers.groovy @@ -47,4 +47,5 @@ def withGiteaCreds(String credentialsId, String gitToolName, Closure body) { body() } } -/* -------------------------------------------------------------------------- */ \ No newline at end of file +/* -------------------------------------------------------------------------- */ +return this \ No newline at end of file