Fixed Readme

This commit is contained in:
Daniel Weissmall 2023-12-04 21:09:21 +03:00
parent 53c96e2a9d
commit c662a25432

View File

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