Skip to content
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

Issue #3051 - New Simplified Jenkinsfile #3052

Merged
merged 1 commit into from
Nov 2, 2018

Conversation

joakime
Copy link
Contributor

@joakime joakime commented Nov 1, 2018

Signed-off-by: Joakim Erdfelt joakim.erdfelt@gmail.com

@joakime joakime added the Build label Nov 1, 2018
@joakime joakime requested a review from olamy November 1, 2018 15:14
@joakime
Copy link
Contributor Author

joakime commented Nov 1, 2018

I want to fix issue #2458 after this (removing jdk9 and jdk10 builds from CI)

@joakime joakime changed the title Issue #3015 - New Simplified Jenkinsfile Issue #3051 - New Simplified Jenkinsfile Nov 1, 2018
@joakime
Copy link
Contributor Author

joakime commented Nov 1, 2018

Referencing Issue #3051 (typo in original commit)

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
@joakime joakime force-pushed the jetty-9.4.x-issue-3015-simplified-Jenkinsfile branch from 9b5e0f6 to 7b8bda8 Compare November 1, 2018 15:22
// in case of change update method isMainBuild
def jdks = ["jdk8","jdk9","jdk10","jdk11"]
def mainJdk = "jdk8"
def jdks = [mainJdk, "jdk9", "jdk10", "jdk11"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jdk9 and jdk10 are not removed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not yet in jetty-9.4.x (maybe could make sense? I don't really have strong opinion)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing jdk9 and jdk10 will be a different PR/commit (it's a different issue: #2458)

Copy link
Member

@olamy olamy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

// in case of change update method isMainBuild
def jdks = ["jdk8","jdk9","jdk10","jdk11"]
def mainJdk = "jdk8"
def jdks = [mainJdk, "jdk9", "jdk10", "jdk11"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not yet in jetty-9.4.x (maybe could make sense? I don't really have strong opinion)

@joakime joakime merged commit e6716a0 into jetty-9.4.x Nov 2, 2018
@joakime joakime deleted the jetty-9.4.x-issue-3015-simplified-Jenkinsfile branch November 2, 2018 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants