Re: Setting up automated plugin release

2021-12-23 Thread Marit M
[WARNING] The requested profile "consume-incrementals" could not be activated because it does not exist. 201 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy

Re: Setting up automated plugin release

2021-12-23 Thread Marit M
And I don't see the incrementals checks in the PR. How do I fix that and enable the incrementals? ב-יום שישי, 24 בדצמבר 2021 בשעה 06:22:29 UTC+2, ‪Marit M‬‏ כתב/ה: > I removed the SNAPSHOT to eliminate the timestamp. > How do I set the latest version? > For some reason it sets the SNAPSHOT

Re: Setting up automated plugin release

2021-12-23 Thread Marit M
I removed the SNAPSHOT to eliminate the timestamp. How do I set the latest version? For some reason it sets the SNAPSHOT release as latest. Thanks, Marit. ב-יום חמישי, 23 בדצמבר 2021 בשעה 16:32:23 UTC+2, ‪Jesse Glick‬‏ כתב/ה: > https://github.com/jenkinsci/bmc-cfa-plugin/pull/15 ought to fix

Re: Java 11 as minimum? (Jetty 9.4.x EOL)

2021-12-23 Thread Basil Crow
On Tue, Dec 21, 2021 at 12:01 PM Tim Jacomb wrote: > > I think we should target the LTS after next for dropping Java 8 support. +1 > That would be: > > Weekly - 2nd February (week after baseline selection for next LTS) > LTS - approx 7th June (roughly when ths LTS after next will be released)

Re: Request to update default assignee on JIRA for job-dsl-plugin

2021-12-23 Thread Jamie Tanna
That's fair - thanks Tim! On Tue, 21 Dec 2021 at 11:55, Tim Jacomb wrote: > Done, if you use Jira for watching issues it's often worth configuring > your own filter anyway. > > Some people prefer that there's no default assignee and watch via the > filter as often people get confused with

Re: Setting up automated plugin release

2021-12-23 Thread 'Jesse Glick' via Jenkins Developers
https://github.com/jenkinsci/bmc-cfa-plugin/pull/15 ought to fix the version format I think. 61.vb33105387180 etc. You cannot easily delete a release, but there is not generally any need to. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers"

Re: Setting up automated plugin release

2021-12-23 Thread Marit M
Yeah, I saw it was finally released :-)! Thanks for the assistance! I still need to figure out the how to format the numbers, and can I delete a release, will it be deleted from https://plugins.jenkins.io/ as well? ב-יום חמישי, 23 בדצמבר 2021 בשעה 11:12:04 UTC+2, timja...@gmail.com כתב/ה: >

Re: Setting up automated plugin release

2021-12-23 Thread Tim Jacomb
There's quite a few checks that are run as part of warnings-ng and junit. Only the main check 'Jenkins' matters for release. Which wasn't finished when you sent this email, https://github.com/jenkinsci/bmc-cfa-plugin/runs/4616176655?check_suite_focus=true passed and it's been released now

Re: Setting up automated plugin release

2021-12-23 Thread Marit M
Now I'm getting wrong-check on validate job, what does that mean? It seems to fail here: if [ "$(jq -r .check_run.name < $GITHUB_EVENT_PATH)" \!= "$NAME" ] then outputResult *wrong-check* 1 ב-יום רביעי, 22 בדצמבר 2021 בשעה 16:24:00 UTC+2, ‪Jesse Glick‬‏ כתב/ה: > On Wed, Dec 22, 2021 at 6:10