From c662a2543223aceb7297a8530e0d0bf8ef0414d6 Mon Sep 17 00:00:00 2001 From: weissmall Date: Mon, 4 Dec 2023 21:09:21 +0300 Subject: [PATCH] Fixed Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f823e8..78d2a2f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ After all you will have in your pipeline all functions that `helpers.groovy` pro ### Example: ```groovy helpersPath = "/tmp/helpers.groovy" -sh "curl -L http://10.244.188.80:30210/weissmall/jenkins-tools/raw/branch/master/helpers.groovy -o $helpersPath" +sh "curl -L http://git.dipal.ru/Jenkins/jenkins-tools/raw/branch/master/helpers.groovy -o $helpersPath" helpers = load helpersPath ... helpers.stageWithChecks('tests') {