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

Timestamper plugin causes Mercurial update to fail?

XMLWordPrintable

      I'm seeing an odd issue with the Timestamper and the Mercurial plugins. The final steps of the Mercurial update fail like so:

      [test-framework] $ hg log --rev . --template {node}
      ERROR: Expected to get an id but got  instead.
      

      The hg log command works like that from the command line. It also worked before installing the Timestamper plugin. And, indeed, after disabling the Timestamper plugin, things start working again:

      [test-framework] $ hg log --rev . --template {node}
      [test-framework] $ /bin/sh -xe /var/tmp/hudson46154.sh
      (etc.)
      

      Not sure how exactly the Timestamper plugins injects the timestamp into the log. But it seems to interfere with the output that the Mercurial plugin expects.

            stevengbrown Steven G Brown
            dhaun Dirk Haun
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: