Ivan Berezovskiy | f3c493d | 2019-07-09 15:51:07 +0400 | [diff] [blame^] | 1 | parameters: |
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} |