Created
June 15, 2017 04:19
-
-
Save imeredith/4de763717745ec39cb314df68503d489 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Checkout 1.1.0-release | |
Then mvn versions:set -DnewVersion=1.1.0 | |
Clean install project. | |
Download Jenkins war. | |
java -jar jenkins.war | |
Install Blueocean 1.1.0 from update center. | |
Go to http://localhost:8080/blue | |
Restart jenkins | |
Go to http://localhost:8080/blue - it should not be infinitely reloading. | |
Copy blueocean-web.hpi to ~/.jenkins/plugins/blueocean-web.jpi | |
Restart jenkins | |
Go to http://localhost:8080/blue - it should now load fine. | |
Retart Jenkins | |
Go to http://localhost:8080/blue - check again for good luck |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment