Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
Jenkins 1.609.2
workflow 1.10
p4-plugin 1.3.1
Description
WorkflowJob does not seem to poll correctly for the p4-plugin SCMs in jobs. This might be a p4-plugin issue. The SCMCheckout for a PerforceScm never has a pollingBaseline set.
From what I can tell, it looks like PerforceScm needs a better definition for "calcRevisionsFromBuild" to correctly provide polling results.
compareRemoteRevisionWith should also use the baseline to determine the PollingResult state
Attachments
Issue Links
- is duplicated by
-
JENKINS-29598 p4 polling doesn't trigger workflow
-
- Closed
-
Have added and tested out a fix.
It is included on this pull request.
https://github.com/jenkinsci/p4-plugin/pull/22