Using JDK 11 instead of JDK 8 in default docker images

2021-04-26 Thread Mark Waite
The Jenkins docker images are currently using Java 8 unless the image name specifically includes 'jdk11' in the name. The platform SIG discussed last Friday that we think September 2021 would be a good goal to deliver JDK 11 as the standard JDK in those images instead of JDK 8. This change

ScheduledFutures and Cancelling?

2021-04-26 Thread Bryan Stopp
When writing a custom step that creates a scheduled task, are you responsible for calling the "cancel()" method before/after you call "onSuccess/onFailure" I'm getting an error: completed: already completed CpsStepContext after my timer has called the onSuccess method, so I assume i'm not

Plugin end-of-life (EOL) policy

2021-04-26 Thread Basil Crow
Abandoned plugins cause friction for both Jenkins users and contributors alike. They cause friction for users because they are unlikely to be simpatico with newer features like Pipeline. In the worst case, they are downright incompatible with newer features like Configuration Form Modernization

Re: Jenkins won't start after plugin update?

2021-04-26 Thread G. Michael Carter
Funny never fails, searching for an answer on and off since Apr 20th...5 minutes after asking for help... actually found it... (was what you were basically saying) Turns out one of the other developers/admins quietly changed the slaveAgentPort port and didn't tell anyone. When I asked in our

Re: ANN - DevOps World 2021 CFP is Open

2021-04-26 Thread Oleg Nenashev
On May 04 we will host the Ask-Me-Anything session for the community track and call for papers! The conference will take place on Sep 28-30. If you are interested to participate, please vote for timeslots in this Doodle .

Re: Jenkins won't start after plugin update?

2021-04-26 Thread 'Gavin Mogan' via Jenkins Developers
Permission denied sounds like your either using a port that is already used, or using below 1024. I don't think either are plugin related per say. On Mon, Apr 26, 2021 at 9:14 AM Michael Carter wrote: > I was testing out my new changes to my plugin. Did update all on all > plugins. > > Did

Re: Jenkins Terminology cleanup continued - sub-terms for controllers

2021-04-26 Thread Oleg Nenashev
Dear all, Thanks to everyone who contributed their ideas in the sub-term definitions list . We've got a number of ideas and identified the missing terms where we need decisions. Most

Jenkins won't start after plugin update?

2021-04-26 Thread Michael Carter
I was testing out my new changes to my plugin. Did update all on all plugins. Did systemctl restart jenkins. Now starting I get: 2021-04-26 16:08:28.416+ [id=86] INFO hudson.model.AsyncPeriodicWork#lambda$doRun$0: Finished Download metadata. 461 ms 2021-04-26 16:08:28.941+ [id=34]

Re: Removing the "Vulnerability" banner on the Nomad plugin page

2021-04-26 Thread Jonathan Ballet
Hi Daniel, On Mon, 26 Apr 2021, at 14:35, Daniel Beck wrote: > Thanks for letting us know! > > The documentation for this specifically is at > https://www.jenkins.io/security/plugins/#followup Oh right, I completely missed it, thanks for pointing this out! > I filed

Re: Removing the "Vulnerability" banner on the Nomad plugin page

2021-04-26 Thread Daniel Beck
Thanks for letting us know! The documentation for this specifically is at https://www.jenkins.io/security/plugins/#followup I filed https://github.com/jenkins-infra/update-center2/pull/515 updating the warning and will merge it once I confirm the issue was fully resolved. This will remove the

Removing the "Vulnerability" banner on the Nomad plugin page

2021-04-26 Thread j...@multani.info
Hi, I became recently maintainer for the Nomad plugin , and it currently shows a banner saying "The current version of this plugin contains a vulnerability", although it has been fixed (AFAIK) a 2 years ago