Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1289 from slide/patch-1
Fix JENKINS-48527
  • Loading branch information
bitwiseman committed Dec 21, 2017
2 parents d4b0163 + 42d5424 commit 3367043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/doc/book/pipeline/shared-libraries.adoc
Expand Up @@ -341,6 +341,8 @@ package org.foo;
def checkOutFrom(repo) {
git url: "git@github.com:jenkinsci/${repo}"
}
return this
----

Which can then be called from a Scripted Pipeline:
Expand Down

0 comments on commit 3367043

Please sign in to comment.