Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 242 Bytes

jenkins.md

File metadata and controls

9 lines (6 loc) · 242 Bytes

Jenkinsfiles

Git Credentials

Reference git credentials (linked to the jenkins service account) when cloning in a Jenkinsfile.

git url: `ssh://git@my.company.com/repo.git',  branch: 'master', credentialsId: 'git-secret-name'