Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-14078

Fetch stopped working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • git-plugin
    • None
    • Windows 7, Jenkins 1.468, also using Multiple SCM plugin.

      Branch specifier is "develop", no special characters.

      Fetching works on version 1.1.18, but on 1.1.19 I get the following output:

      Last Built Revision: Revision 4bc9103xxx09aaxxf06f7xxxx0a39cxxxx8e1a376 (origin/develop)
      Cloning the remote Git repository
      Cloning repository origin
      Fetching upstream changes from ssh://xxxx@192.168.1.10:9999/myrepo/MyProject
      ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
      java.io.FileNotFoundException: File 'X:\Jenkins\jobs\MyJob\builds\2012-06-11_18-14-53\changelog.xml.temp' does not exist
      at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:137)
      at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:1102)
      at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:1120)
      at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:127)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:1242)
      at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
      at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
      at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
      at hudson.model.Run.execute(Run.java:1460)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:239)
      Build does not meet criteria for workspace archiving - result is not at least SUCCESS.
      Description set:
      Notifying upstream projects of job completion
      Finished: FAILURE

            ndeloof Nicolas De Loof
            flsobral Fabio Sobral
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: