-
Bug
-
Resolution: Fixed
-
Major
-
None
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.
- depends on
-
JENKINS-7112 Allow plugins to transform the BuildListener log output.
- Closed
- is related to
-
JENKINS-7800 cleartool desc of component which is null
- Closed
-
JENKINS-7811 lshistory null bug
- Closed