Fixed Readme
This commit is contained in:
parent
53c96e2a9d
commit
c662a25432
@ -20,7 +20,7 @@ After all you will have in your pipeline all functions that `helpers.groovy` pro
|
|||||||
### Example:
|
### Example:
|
||||||
```groovy
|
```groovy
|
||||||
helpersPath = "/tmp/helpers.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 = load helpersPath
|
||||||
...
|
...
|
||||||
helpers.stageWithChecks('tests') {
|
helpers.stageWithChecks('tests') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user