-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Maven Build shortcut #1452
Conversation
@mickaelistria would you mind asking Redhat to assign an unused resource pack to m2eclipse? I noticed that Jenkins is currently way behind because it lacking executors when we have multiple PRs pending. |
@HannesWell @mickaelistria @fbricon any concerns? |
+1 for it. This will usually save opening a dialog. |
Why can't we build the PRs on Github Actions only? The only reason why we're using jenkins is so that we can sign the artifacts on the Eclipse infra and push CI builds to the snapshots area. PRs don't need any of that. |
We need to detect errors ASAP, including the ones related to signing. |
e969906
to
3ccc72d
Compare
No signing is happening on PR builds. Only master and version branches get signed: Lines 46 to 48 in 1cf7ac2
|
I think in the past it was valuable to have some different system and setup to test, and assume the Jenkins build as the ultimate check as if it fails there after the fact its quite annoying, so unless we can get rid of Jenkins CI completely I think it should stay for PRs as well. |
Now we show the launch configs in the menu already, the Run As > Maven Build can be removed as it is obsolete now: - if no config is there it is equivalent to the dialog variant - if there is a config it is already shown as menu item
3ccc72d
to
026c302
Compare
Now we show the launch configs in the menu already, the Run As > Maven Build can be removed as it is obsolete now: