blob: ec350f0c3fbb3c64c0f1d02c35ca1a792142df2c [file] [log] [blame]
Ivan Berezovskiyf3c493d2019-07-09 15:51:07 +04001parameters:
2 _param:
3 pipeline_library_source_credentials: source_git
4 jenkins:
5 client:
6 credential:
7 source_git:
8 desc: Credentials to source git repositories for pipelines
9 username: ${_param:source_git_username}
10 password: ${_param:source_git_password}