Skip to content

Instantly share code, notes, and snippets.

@tavin
Created April 19, 2020 15:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tavin/28d1b862eb36594b35306a9d33d48f9c to your computer and use it in GitHub Desktop.
Save tavin/28d1b862eb36594b35306a9d33d48f9c to your computer and use it in GitHub Desktop.
load jenkins pipeline library from local filesystem
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