commit | 97f8a557900489b6fa1c15acc006df96a9985bfb | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Jun 16 10:36:51 2017 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Jun 16 10:36:51 2017 +0200 |
tree | 20131d350e5484741b5aac92b1b6fefa24f884c3 | |
parent | 21549b03c8d8ae932b160e6c1e0d2eec5c2c6473 [diff] |
Fix wrong key name for jenkins client username Change-Id: I6ddfe5c7deeb1517127d1a68c68fa13187d4b699
diff --git a/jenkins/client/init.yml b/jenkins/client/init.yml index ef0241d..b37c48f 100644 --- a/jenkins/client/init.yml +++ b/jenkins/client/init.yml
@@ -13,7 +13,7 @@ master: host: ${_param:jenkins_master_host} port: ${_param:jenkins_master_port} - user: ${_param:jenkins_client_user} + username: ${_param:jenkins_client_user} password: ${_param:jenkins_client_password} plugin: ansicolor: {}