Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 327 Bytes

File metadata and controls

13 lines (10 loc) · 327 Bytes

pfSharedLibraryLoader

OSS Jenkins shared library to dynamically load other shared libraries from GitHub repositories.

Usage in Jenkinsfile

pfSharedLibraryLoader(
    repo: "pxfd/Devops.Infra.tf-apps",
    path: "resources/containers/buildx.yaml",
    branch: "main",
    credentials: "jenkins-github-token"
)