-
Notifications
You must be signed in to change notification settings - Fork 618
Test more versions of Jenkins core #1359
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
Conversation
Broader compilation checks with multiple Java versions and slightly broader test coverage by checking multiple Jenkins versions.
| Collection<Trigger> triggerList = p.getTriggers().values(); | ||
| for (Trigger t : triggerList) { | ||
| ParameterizedJobMixIn.ParameterizedJob<?, ?> p = (ParameterizedJobMixIn.ParameterizedJob) job; | ||
| Collection<Trigger<?>> triggerList = p.getTriggers().values(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(subsuming #1358)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, topologically (not squash- or rebase-) merging this PR would cause #1358 to be considered merged as well, I think according to Release Drafter too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically, a PR is “merged” when either
- it was squash- or rebase-merged by GitHub; or
- its head commit becomes an ancestor of its base branch, by any means (including e.g.
git mergewithout any GH-specific tools).
|
@gounthar or @jmMeessen could you approve this pull request? Sorry to bother you on a holiday, but it is easier if another maintainer approves the pull request. If no approval is received, I'll override and merge it myself without the extra approval. |
Test more versions of Jenkins core