Re: Releasing a new plugin fails due to 'Check interesting categories' failure

2022-09-09 Thread Karl Henselin
Can you let us know what you did to resolve the issue? I am facing the same problem. Thanks, Karl On Tuesday, July 19, 2022 at 8:48:32 AM UTC-5 jgl...@cloudbees.com wrote: > https://github.com/jenkinsci/bmc-change-manager-imstm-plugin/releases > seems to be working now? > -- You received this

Re: Releasing a new plugin fails due to 'Check interesting categories' failure

2022-07-19 Thread 'Jesse Glick' via Jenkins Developers
https://github.com/jenkinsci/bmc-change-manager-imstm-plugin/releases seems to be working now? -- 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

Re: Releasing a new plugin fails due to 'Check interesting categories' failure

2022-07-18 Thread 'Gavin Mogan' via Jenkins Developers
gh api /repos/jenkinsci/bmc-change-manager-imstm-plugin/releases 10++ jq -e -r '.[] | select(.draft == true and .name == "next") | .body' 11++ egrep '[💥🚨🎉🐛⚠🚀👷]|:(boom|tada|construction_worker):' Seems like it gets "releases" for the plugin, looks for a draft named "next" and then checks for any of

Releasing a new plugin fails due to 'Check interesting categories' failure

2022-07-18 Thread Marit M
https://github.com/jenkinsci/bmc-change-manager-imstm-plugin/runs/7396269153?check_suite_focus=true Though I added *an appropriate category label* ( enhancement) to the PR before merging.https://github.com/jenkinsci/bmc-change-manager-imstm-plugin/pull/2 Please advise how to proceed. Thanks, Ma