Jenkins update center for Micro Focus Jenkins CI plugins

Description

Here is an additional Jenkins update center to provide latest version of the jenkins plugin developed by Micro Focus. Plugins hosted in official Jenkins sites are not provided here.

How to use

The Jenkins official way

Due to issues with current Jenkins releases please use the following:

  1. Open "Manage Jenkins"
  2. Click on "Plugin Manager"
  3. Go to "Advanced" tab
  4. In the "update center URL" field put in the following: "http://updates.jenkins-ci.org/experimental/update-center.json"
  5. Click on "Check now"
  6. Go to "available" tab
  7. Find our plugin! click "upgrade"
  8. Restart jenkins once install is finished
  9. once Jenkins is restarted and plugin is installed (verify under "installed tab"):
    1. Open "Manage Jenkins"
    2. Click on "Plugin Manager"
    3. Go to "Advanced" tab
    4. In the "update center URL" field put in the following: "http://updates.jenkins-ci.org/update-center.json"
  10. That's you are set to go!

Alternate way

You can have your Jenkins access to this update center without UpdateSites Manager plugin with followings:

  1. Stop your Jenkins.
  2. Open ${JENKINS_HOME}/hudson.model.UpdateCenter.xml with a text editor.
  3. Update its contents as following:
    <?xml version='1.0' encoding='UTF-8'?>
    <sites>
    	<site>
            <id>ADM-Jenkins-plugin-center</id>
            <url>https://microfocus.github.io/adm-jenkins-update-center/update-center.json</url>
          </site>
          <!-- Add Here -->
        <site>
            <id>default</id>
            <url>http://updates.jenkins-ci.org/update-center.json</url>
          </site>
          <!-- Add Here -->
          
    </sites>
    
  4. Put ADM-update-center.crt in ${JENKINS_HOME}/update-center-rootCAs/ (you have to create a directory).
  5. Start your Jenkins.
  6. Access to Jenkins, open "Manage Jenkins" > "Manage Plugins" > "Advanced".
  7. Click "Check now"