Hide Forgot
Description of problem: Currently the jenkins cloud plugin defines a URL for the Express server location. The URL has an inconsistency in the suffix (i.e. /broker) that emerged when integrating the java client. Replace the URL with a hostname and port. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
will verify this bug until bug 771862 fixed.
Verified this bug with the following package on devenv_stage_112, and PASSED. In config.xml in /var/lib/libra/jenkins-domain/jenkins/data contains <brokerHost> and <brokerPort> and not <url> in the cloud configuration. <brokerHost>localhost</brokerHost> <brokerPort></brokerPort> And jenkins job is working fine.
Oooh, missing package info: jenkins-plugin-openshift-0.4.16-1.el6_2.x86_64 rhc-cartridge-jenkins-1.4-0.84.6-1.el6_2.noarch rhc-cartridge-jenkins-client-1.4-0.18.4-1.el6_2.noarch