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') {