-
Notifications
You must be signed in to change notification settings - Fork 529
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
Update README.md w/ note about installation on macOS #2016
Conversation
Installing the project requires usage of JDK 1.8.
I'm so absolutely certain the build will fail, cause the build is finicky.like that. Gonna just merge |
🎊 |
I was a bit preemptive in the notes, I think (in case it failed and needed additional setup), but it worked! |
oh the ath is still running, that one runs on ci.blueocean.io, and its super flakey these days |
@halkeye Separately, I'm interested in using the latest version of Jenkins for dev: diff --git a/pom.xml b/pom.xml
index 8bdb0cb6d..dae3fb739 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<revision>1.18.0</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
- <jenkins.version>2.138.4</jenkins.version> <!-- Should be kept in sync with the version resulting from Dockerfile FROM statement-->
+ <jenkins.version>2.189</jenkins.version> <!-- Should be kept in sync with the version resulting from Dockerfile FROM statement-->
<javadoc.exec.goal>javadoc-no-fork</javadoc.exec.goal> <!-- stop initialize phase plugins executing twice -->
<frontend-version>1.7.5</frontend-version>
<node.version>10.13.0</node.version> ( However… (Click to expand error log)
Is this worth doing / something other contributors do? |
That changes how the plugin is compiled, just for runtime you change the property mvn hpi:run -Djenkins.verison=2.189 -f blueocean/pom.xml |
ah cool thanks! |
Installing the project requires usage of JDK 1.8.
Description
See JENKINS-XXXXX.
Submitter checklist
Reviewer checklist