From e3dc8ff249c5f04ebb67fbe6a4ebddd45a13a8a2 Mon Sep 17 00:00:00 2001 From: weissmall Date: Fri, 1 Dec 2023 16:08:35 +0300 Subject: [PATCH] Updated helpers --- helpers.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.groovy b/helpers.groovy index 2aab880..17503b0 100644 --- a/helpers.groovy +++ b/helpers.groovy @@ -48,4 +48,4 @@ def withGiteaCreds(String credentialsId, String gitToolName, Closure body) { } } /* -------------------------------------------------------------------------- */ -return this \ No newline at end of file +return this; \ No newline at end of file