eclipse-cdt / cdt-lsp

Eclipse CDT™ LSP Extensions for CDT
Eclipse Public License 2.0
23 stars 11 forks source link

Bring cdt-lsp Jenkins configuration up to date with CDT's one #282

Closed jonahgraham closed 4 months ago

jonahgraham commented 4 months ago

The recent change in #271 started needing a newer version of Maven. CDT already had that change made in so I make the same change here.

With https://github.com/eclipse-cdt/.eclipsefdn/pull/7 we can push to origin directly, letting the branch be tested with Jenkins before being merged. So this change is running as https://ci.eclipse.org/cdt/job/cdt-lsp/job/jonah%252Ffix-jenkins-build2/ right now.

jonahgraham commented 4 months ago

Branches pushed to origin will be built and show up in the checks:

image

Non-committers do not have this option though.

jonahgraham commented 4 months ago

This is ready to go @ghentschke - just wanted a second pair of eyes before submitting. Part of the synchronization allows us to add PGP signing which is important if/when we add new third-party content.

ghentschke commented 4 months ago

@jonahgraham Thank you!