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

Failed hg pulls do not report failure

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • mercurial-plugin
    • None
    • linux, hg 2.2.4

      Failed attempts to pull new changes do not fail the build. The scm times out but the build rolls forward with the old data.
      The job should fail, or there should be an option to fail when pulls timeout.
      [project_name] $ hg pull --rev default
      ERROR: Timeout after 3600 seconds
      [project_name] $ hg update --clean --rev default
      0 files updated, 0 files merged, 0 files removed, 0 files unresolved
      [project_name] $ hg log --rev . --template

      {node}

      [project_name] $ hg log --rev . --template

      {rev}

            jglick Jesse Glick
            ramrod Rodney Stanton
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: