commit | f61773173d97fa996aa6b7fdd8865137eab83578 | [log] [tgz] |
---|---|---|
author | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Tue Feb 12 17:16:30 2019 +0400 |
committer | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Mon May 20 13:22:53 2019 +0000 |
tree | 1056b5db7ea3dcf43784efa532b2e0711fdd2a04 | |
parent | e898ea8f02a44f4ccc4c80d768dc09cd13f2dee0 [diff] [blame] |
Add configuration for jenkins location Location url is used to let Jenkins know how to refer to itself Change-Id: I44ac0d271d38e4c04721df605142f44345736cf2 Related-bug: PROD-26834 PROD-30275 (cherry picked from commit I44ac0d271d38e4c04721df605142f44345736cf2)
diff --git a/tests/pillar/client.sls b/tests/pillar/client.sls index 3d2cd31..cdaeec7 100644 --- a/tests/pillar/client.sls +++ b/tests/pillar/client.sls
@@ -6,6 +6,8 @@ host: jenkins.example.com port: 80 protocol: http + location: + url: http://jenkins.example.com:80 job: jobname: type: workflow