Merge pull request #1289 from slide/patch-1

Fix JENKINS-48527
This commit is contained in:
Liam Newman 2017-12-21 16:04:57 -05:00 committed by GitHub
commit 3367043eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: