• 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.

          [JENKINS-50439] Remove spurious warning when starting Jenkins

          Code changed in jenkins
          User: Baptiste Mathus
          Path:
          src/main/java/Main.java
          http://jenkins-ci.org/commit/extras-executable-war/64ba04916ad2a8906b7a959fbda6c7331fe0c79c
          Log:
          JENKINS-50439 Remove spurious warning when starting Jenkins

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Baptiste Mathus Path: src/main/java/Main.java http://jenkins-ci.org/commit/extras-executable-war/64ba04916ad2a8906b7a959fbda6c7331fe0c79c Log: JENKINS-50439 Remove spurious warning when starting Jenkins

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          CHANGELOG.md
          src/main/java/Main.java
          http://jenkins-ci.org/commit/extras-executable-war/1d2a1c7721cb54c6f07a9128880b059030096ff1
          Log:
          Merge pull request #16 from batmat/remove-spurious-warning

          JENKINS-50439 Remove spurious warning when starting Jenkins

          Compare: https://github.com/jenkinsci/extras-executable-war/compare/091c30f9e604...1d2a1c7721cb

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: CHANGELOG.md src/main/java/Main.java http://jenkins-ci.org/commit/extras-executable-war/1d2a1c7721cb54c6f07a9128880b059030096ff1 Log: Merge pull request #16 from batmat/remove-spurious-warning JENKINS-50439 Remove spurious warning when starting Jenkins Compare: https://github.com/jenkinsci/extras-executable-war/compare/091c30f9e604...1d2a1c7721cb

          Fixed in 1.39.

          https://github.com/jenkinsci/jenkins/pull/3374 to pick it up in Jenkins core.

          Baptiste Mathus added a comment - Fixed in 1.39. https://github.com/jenkinsci/jenkins/pull/3374 to pick it up in Jenkins core.

          Oleg Nenashev added a comment -

          The new Extras Executable WAR has been integrated towards 2.114

          Oleg Nenashev added a comment - The new Extras Executable WAR has been integrated towards 2.114

            batmat Baptiste Mathus
            batmat Baptiste Mathus
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: