Created
April 19, 2020 15:27
-
-
Save tavin/28d1b862eb36594b35306a9d33d48f9c to your computer and use it in GitHub Desktop.
load jenkins pipeline library from local filesystem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library identifier: 'mine@HEAD', retriever: legacySCM([ | |
'$class': 'GitSCM', | |
'userRemoteConfigs': [[url: 'file:/tmp/my-pipeline-library']], | |
]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment