Jenkins update center for ikedam plugins

Description

Here is an additional Jenkins update center to provide plugins developed by ikedam. Plugins hosted in official Jenkins sites are not provided here.

How to use

To have your Jenkins access to this update center, follow these instructions:

  1. Install UpdateSites Manager plugin to your Jenkins.
    1. Access to Jenkins, open "Manage Jenkins" > "Manage Plugins".
    2. Select Available tab, and filter with "UpdateSites Manager plugin".
    3. Check it, and click "Install without restart".
  2. Open "Manage Jenkins" > "Manage Update Center".
  3. Add a following update site.
    id
    ikedam-update-center
    url
    https://ikedam.github.io/jenkins-update-center/update-center.json
    CA certificate
    -----BEGIN CERTIFICATE-----
    MIICrDCCAhWgAwIBAgIUbGOGyMrFfMonZhl8vSVKN0sRlDUwDQYJKoZIhvcNAQEL
    BQAwaDELMAkGA1UEBhMCSlAxETAPBgNVBAgMCEthbmFnYXdhMRUwEwYDVQQHDAxE
    ZWZhdWx0IENpdHkxLzAtBgNVBAoMJklrZWRhbSBKZW5raW5zIHBsdWdpbiBkZXZl
    bG9wbWVudCB0ZWFtMB4XDTE5MTIyMzIzNDQ1NloXDTI5MTIyMDIzNDQ1NlowaDEL
    MAkGA1UEBhMCSlAxETAPBgNVBAgMCEthbmFnYXdhMRUwEwYDVQQHDAxEZWZhdWx0
    IENpdHkxLzAtBgNVBAoMJklrZWRhbSBKZW5raW5zIHBsdWdpbiBkZXZlbG9wbWVu
    dCB0ZWFtMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrV5dXUbGL6GFws6Qz
    wpwJw/Q9VVCWNsEmBBE5zajN0WCbMP8tMQSjqqY1TUPxQu769WlP22v+1VSQubSa
    Q9z2hPif7uXnkWTUER5+34fqjECiOwKhVGUTMt/vKZT+GHizbwf7TTRVR++n02gl
    I2eGRRYj17xyExaLSx0JO7wEWQIDAQABo1MwUTAdBgNVHQ4EFgQU2JamQ3wc8nPE
    94rkECnPB2IaesYwHwYDVR0jBBgwFoAU2JamQ3wc8nPE94rkECnPB2IaesYwDwYD
    VR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOBgQB7tDsisGxIFJFAJ8O0p9za
    9RKO5Fi43v4fBvD5Xt33yxBsPp9zc1AEPgfObbUH5ZGsrnZU2SgsIDcAWJheW1Xz
    esfvBAb0rkgh/wQVuDBwOBXagPLpxl9rRigkaA4ClXAjj5eqSowb+BSZfvk2q78r
    qiNlUf+6nPiC/qDf5pBXRg==
    -----END CERTIFICATE-----
    				
  4. Open "Manage Jenkins" > "Manage Plugins" > "Advanced".
  5. Click "Check now"

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 contens as following:
    <?xml version='1.0' encoding='UTF-8'?>
    <sites>
        <site>
            <id>default</id>
            <url>http://updates.jenkins-ci.org/update-center.json</url>
          </site>
          <!-- Add Here -->
          <site>
            <id>ikedam-update-center</id>
            <url>http://ikedam.github.com/jenkins-update-center/update-center.json</url>
          </site>
          <!-- Add Here -->
    </sites>
    
  4. Put ikedam-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"

News

See Also

For details about a private update center, see How to create your own Jenkins Update Center.

Mave repository

Maven repository of plugins are here.
Copyright 2013 ikedam