Check whether a plugin is successfully released

36 views
Skip to first unread message

hao chen

unread,
Sep 1, 2021, 1:01:22 AM9/1/21
to Jenkins Developers
Hi Developers,

I would like to release a new version of my plugin. I have set up CD process following this link. Then I decided to manually release this version first. So I did this:

Screenshot 2021-09-01 125709.png
Then the build succeeded: 
Screenshot 2021-09-01 123156.png

Does this mean the plugin is released and deployed to Artifactory successfully? Where should I check to confirm the release is done? I am not very familiar with Jenkins Plugin release process so any input is greatly appreciated. 


Regards
Mark

Tim Jacomb

unread,
Sep 1, 2021, 2:07:37 AM9/1/21
to jenkin...@googlegroups.com
Wait 5-10 minutes after release and then click check for updates on a Jenkins controller is the easiest way

--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/11449039-428c-4cd4-b8ce-d7985b443fc0n%40googlegroups.com.

Gavin Mogan

unread,
Sep 1, 2021, 2:36:15 AM9/1/21
to Jenkins Developers
I like curl + jq

looks like   "version": "358.vf0bb3a3ef215", is published
```
curl -qs 'https://updates.jenkins.io/current/update-center.actual.json' | jq '.plugins["lucene-search"]'
{
  "buildDate": "Sep 01, 2021",
  "defaultBranch": "lucene-search",
  "dependencies": [
    {
      "name": "junit",
      "optional": false,
      "version": "1.9"
    }
  ],
  "developers": [
    {
      "developerId": "hanabishi",
      "name": "Marcus Jacobsson"
    },
    {
      "developerId": "tobias_",
      "name": "Tobias Olsson"
    },
    {
      "developerId": "markch",
      "name": "Hao"
    }
  ],
  "excerpt": "Stores build data in a Lucene database for faster search.",
  "gav": "org.jenkins-ci.plugins:lucene-search:358.vf0bb3a3ef215",
  "issueTrackers": [
    {
      "reportUrl": "https://www.jenkins.io/participate/report-issue/redirect/#20828",
      "type": "jira",
      "viewUrl": "https://issues.jenkins.io/issues/?jql=component=20828"
    },
    {
      "reportUrl": "https://github.com/jenkinsci/lucene-search-plugin/issues/new/choose",
      "type": "github",
      "viewUrl": "https://github.com/jenkinsci/lucene-search-plugin/issues"
    }
  ],
  "labels": [],
  "minimumJavaVersion": "1.8",
  "name": "lucene-search",
  "popularity": 282,
  "previousTimestamp": "2016-03-16T07:29:53.00Z",
  "previousVersion": "4.4",
  "releaseTimestamp": "2021-09-01T04:31:18.00Z",
  "requiredCore": "2.277.2",
  "scm": "https://github.com/jenkinsci/lucene-search-plugin",
  "sha1": "DlYGJ2nXnTgMoMVp6EIbUlo5f00=",
  "sha256": "WmIM3xTe/ogDdUmjqcLr7svNsHhvxluxuWXiJgBIbWY=",
  "size": 7907393,
  "title": "Lucene-Search",
  "url": "https://updates.jenkins.io/download/plugins/lucene-search/358.vf0bb3a3ef215/lucene-search.hpi",
  "version": "358.vf0bb3a3ef215",
  "wiki": "https://plugins.jenkins.io/lucene-search"
}
```

Daniel Beck

unread,
Sep 1, 2021, 3:01:48 AM9/1/21
to JenkinsCI Developers
Or just check https://updates.jenkins.io/download/plugins/ which is always the same content as the update sites.

Used to be 1 click to get there from the plugin site, but the old archives link was removed :(

Jesse Glick

unread,
Sep 1, 2021, 11:42:32 AM9/1/21
to Jenkins Dev
Also https://plugins.jenkins.io/lucene-search/#releases though there may be a time lag.

mark chen

unread,
Sep 2, 2021, 3:07:23 AM9/2/21
to Jenkins Developers
Thanks for all the suggestions. They are indeed very helpful!
Reply all
Reply to author
Forward
0 new messages