bitbucket-plugin - release is not published

39 views
Skip to first unread message

tzach solomon

unread,
Feb 7, 2022, 1:37:18 AM2/7/22
to jenkin...@googlegroups.com
Hi All,

Can you please help me understand why https://github.com/jenkinsci/bitbucket-plugin/releases/tag/215.vfe32d14d1f47 is not published?
It was released 3 days ago and I've probably done something wrong since I don't see it in the available version to upgrade.

Thanks in advance,
Tzach

Daniel Beck

unread,
Feb 7, 2022, 8:13:29 AM2/7/22
to jenkin...@googlegroups.com
The release does not exist in the Maven repo, so it cannot be made available.

Release drafter says the release was created from GH actions, but I cannot find the CD run creating it. Timing-wise it should probably be between 42 and 41.

Any idea why some runs are attributed to the ghost user?

tzach solomon

unread,
Feb 7, 2022, 2:34:17 PM2/7/22
to jenkin...@googlegroups.com
Daniel, you are correct. 
I've manually triggered the git actions since I saw it was triggered by merge.
The trigger was #27 https://github.com/jenkinsci/bitbucket-plugin/actions/runs/1795360127

What have I done wrong? I thought that by merging my PR it would auto trigger the actions.

Thanks,
Tzach

--
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/CAMo7Pt%2BRSOiQF4M-%2Be_9_jOtSy59hfnYduB6c0X8FTBMV0Ebag%40mail.gmail.com.

tzach solomon

unread,
Feb 7, 2022, 2:35:13 PM2/7/22
to jenkin...@googlegroups.com
"I've manually triggered the git actions since I saw it was triggered by merge" --> "I've manually triggered the git actions since I saw it was NOT triggered by merge."

Daniel Beck

unread,
Feb 8, 2022, 7:19:21 AM2/8/22
to jenkin...@googlegroups.com
On Mon, Feb 7, 2022 at 8:34 PM tzach solomon <tzach....@gmail.com> wrote:
Daniel, you are correct. 
I've manually triggered the git actions since I saw it was triggered by merge.
The trigger was #27 https://github.com/jenkinsci/bitbucket-plugin/actions/runs/1795360127

What have I done wrong? I thought that by merging my PR it would auto trigger the actions.


Releases need CI to pass first, and it did not according to "Verify CI Status" in https://github.com/jenkinsci/bitbucket-plugin/runs/5067663410?check_suite_focus=true 

tzach solomon

unread,
Feb 8, 2022, 7:25:21 AM2/8/22
to jenkin...@googlegroups.com
Thanks Daniel (AGAIN! :)

Can you please point me out what to read in order to fix these issues?
On what did it fail?
image.png

--
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.

Daniel Beck

unread,
Feb 8, 2022, 8:40:13 AM2/8/22
to jenkin...@googlegroups.com
On Tue, Feb 8, 2022 at 1:25 PM tzach solomon <tzach....@gmail.com> wrote:
Thanks Daniel (AGAIN! :)

Can you please point me out what to read in order to fix these issues?
On what did it fail?
image.png


This checks the "status" of the commit to be released as reported by CI. It looks like if, at the time this action was run, something was wrong. You can see the script doing this at https://github.com/jenkins-infra/verify-ci-status-action/blob/master/run.sh and I think we went into the block at line 42, so line 37 failed.


tzach solomon

unread,
Feb 26, 2022, 9:42:27 AM2/26/22
to jenkin...@googlegroups.com
Daniel, thank you for trying to help. I really do appreciate it!

I've tried again now to release a new version to fix https://issues.jenkins.io/browse/JENKINS-41635 but CI/CD does not seem to want to release my version.

What have I done?
  1. Created a branch in my fork at https://github.com/tzachs/bitbucket-plugin
  2. Pushed the commit
  3. Merged back to https://github.com/jenkinsci/bitbucket-plugin
At this point the CI started working and I followed it and saw the following failure, https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fbitbucket-plugin/detail/PR-83/1/pipeline

Also... from the Actions tab, I've seen multiple CD runs (which I did not trigger), the last one is https://github.com/jenkinsci/bitbucket-plugin/actions/runs/1903327517.  
I don't know why release is not being performed? (shrugged)

Can someone please help?

--
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.

tzach solomon

unread,
Feb 26, 2022, 9:47:05 AM2/26/22
to jenkin...@googlegroups.com
I see now from https://www.jenkins.io/doc/developer/publishing/releasing-cd/ that I might have missed something? Do I need to label my PRs?

Now whenever Jenkins reports a successful build of your default branch, and at least one pull request had a label indicating it was of interest to users (e.g., enhancement rather than chore), your component will be released to Artifactory and release notes published in GitHub.

Tim Jacomb

unread,
Feb 26, 2022, 11:15:20 AM2/26/22
to jenkin...@googlegroups.com

tzach solomon

unread,
Feb 26, 2022, 12:50:25 PM2/26/22
to jenkin...@googlegroups.com
Thank you Tim :)

Is there a list of labels I need to choose from or I can label with everything I want?



Gavin Mogan

unread,
Feb 26, 2022, 1:00:17 PM2/26/22
to Jenkins Developers
I used to have a little hackathon style tool that let you setup your repo with the standards, but at some point it broke

https://github.com/halkeye/plugins-self-service/blob/master/labels.yaml is the list of official labels though, you might be able to use other ones, but that list worked once

Adrien Lecharpentier

unread,
Feb 26, 2022, 1:05:48 PM2/26/22
to Jenkins Developers

tzach solomon

unread,
Feb 26, 2022, 2:13:09 PM2/26/22
to jenkin...@googlegroups.com
Thank you all! :)
This community is amazing! :)

- Tzach

Mark Waite

unread,
Feb 26, 2022, 3:07:04 PM2/26/22
to Jenkins Developers
I think that we used release drafter and Gavin's hackathon style tool in https://www.youtube.com/watch?v=iUlRnNcqQA8
Reply all
Reply to author
Forward
0 new messages