-
Improvement
-
Resolution: Fixed
-
Minor
-
-
Evergreen - Milestone 1
On many (all?) Jenkins startups, I was seeing the following WARN:
Mar 27, 2018 10:04:00 PM Main deleteWinstoneTempContents WARNING: Failed to delete the temporary Winstone file /tmp/winstone/jenkins-2.112.war
After a quick look at the code, it seems like this is just because /tmp/winstone/jenkins-2.112.war can be absent.
I think we can modify the code to just not log anything if the file to remove is not found.
- links to
Code changed in jenkins
User: Baptiste Mathus
Path:
src/main/java/Main.java
http://jenkins-ci.org/commit/extras-executable-war/64ba04916ad2a8906b7a959fbda6c7331fe0c79c
Log:
JENKINS-50439Remove spurious warning when starting Jenkins