-
Notifications
You must be signed in to change notification settings - Fork 213
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
Updated jenkins.war default path for linux #622
Updated jenkins.war default path for linux #622
Conversation
Hi @itsAftabAlam, we already have an active PR at #520. |
the other one is a lot more complex for what is really a simple change, this one can be shipped |
Okay |
Won't this surprise users that were relying on the old location as the default? Do we need more text describing the change in the changelog? |
Greetings @MarkEWaite. Just curious if updating PR heading updates changelog as well? If so, I can do so. I had updated the default war file path after taking a look on jenkinsci/packaging#266 & JENKINS-41218 mentioned in issue #427 , may we can mention that in the changelog? |
Yes @MarkEWaite I agree that this may come as a surprise to some users. |
Once the release has been published, release drafter does not perform any additional updates.
I think that is a good idea. I've added a link to the Jira issue in the changelog. That provides some additional context for the change of default location |
The official Docker image for Jenkins has the WAR file in the old location. This means that interacting with the |
Looks like #520 should be re-evaluated. Unsure how much of a pain it would be to change the location in the image, it was changed for linux packages without any complaints I think. |
Fixes #427
Fixes #520
This PR changed the default jenkins.war location for OS other than windows to usr/share/java/jenkins.war
Operating System used
Linux: Ubuntu
Issue Reproduction Steps
Same as described in the issue description
Expected Result is Achieved
plugin installation manager tool finds jenkins.war at the default path and is able to get the Jenkins version from it.
Submitter checklist