GSoC 2023 - Call for volunteers

2022-11-04 Thread Alyssa Tong
Hi All, As of this year, we've successfully completed 6 Jenkins in Google Summer of Code programs. We are now paving the runway for the 7th - GSoC 2023. As our planning gets under way, we are in need of the following volunteers: - Mentors

Re: Graceful job termination / cleanup before abort

2022-11-04 Thread 'Jesse Glick' via Jenkins Developers
While you could probably intercept this somehow on the Jenkins plugin side, Jenkins should be sending SIGTERM (on Unix; not sure about Windows) so it would seem most appropriate to have the native command handle that gracefully. You would need to ask in another forum how best to do that in C#. --

Graceful job termination / cleanup before abort

2022-11-04 Thread Dorin Bogdan
Hi all, This matter is quite important for us, so any help is appreciated. I'm not sure if this is a Jenkins bug or limitation. Apparently the challenge looks like JENKINS-17116 but in essence is pretty different. I'm working

Re: Plugin is shown as released but not visible on Jenkins plugins page

2022-11-04 Thread 'Michael Dailey' via Jenkins Developers
Thanks Gavin! It is showing up now, all is right with the world. Appreciate the follow-ups here. - Michael On Friday, November 4, 2022 at 9:58:08 AM UTC-5 ga...@gavinmogan.com wrote: > Plugins.jenkins.io gets generated every 3 hours. You should be able to > see the last run timestamp in the

Re: Plugin is shown as released but not visible on Jenkins plugins page

2022-11-04 Thread 'Gavin Mogan' via Jenkins Developers
Plugins.jenkins.io gets generated every 3 hours. You should be able to see the last run timestamp in the footer. It depends on other jobs and other reports. Realistically it should be less than 3 hours but with all the moving parts I wouldn't be concerned until 6 hour mark On Fri, Nov 4, 2022,

Re: Plugin is shown as released but not visible on Jenkins plugins page

2022-11-04 Thread 'Michael Dailey' via Jenkins Developers
Thanks for the prompt response, Mark. That makes sense... I will exercise some patience here then. I was not aware of the release delay. Does this also apply to updates made in future releases or just the initial release? Thank you, Michael On Friday, November 4, 2022 at 9:51:09 AM UTC-5 Mark

Re: Plugin is shown as released but not visible on Jenkins plugins page

2022-11-04 Thread Mark Waite
It can take 6-8 hours between the release of a plugin and its visibility on plugins.jenkins.io. The plugin is listed on https://updates.jenkins.io/latest/ as well, which confirms that the infrastructure knows about the plugin. On Friday, November 4, 2022 at 8:48:25 AM UTC-6

Plugin is shown as released but not visible on Jenkins plugins page

2022-11-04 Thread 'Michael Dailey' via Jenkins Developers
Hello all, I recently got my first Jenkins plugin through approvals and have set up CD for it. I created a PR and performed a merge manually to trigger the release process. I can see on the repo home here that it has successfully created