anb0s commented on Bug JENKINS-15116

proposed fix:
change in file ClearCaseSCM.java:
calcRevisionsFromBuild():

change:

return createRevisionState(build, launcher, taskListener, build.getTime());

to

return createRevisionState(build, launcher, taskListener, getBuildTime(build));

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to