Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Duplicate
-
Component/s: workflow-aggregator-plugin, workflow-multibranch-plugin
-
Environment:Jenkins 2.74
-
Similar Issues:
Description
Our Jenkins started failing projects at the beginning of the year, our workaround was to limit the following plugin versions
workflow-multibranch 2.9 workflow-aggregator 2.4
It is working since this limitation, but we would like to use the latest plugin versions
The Error was
ERROR: Could not determine exact tip revision of master; falling back to nondeterministic checkout [...] Checking out Revision cec453d87cd2717fd4a392e2813b45d1c929b706 (origin/master) [...] Caught: hudson.AbortException: Could not determine exact tip revision of master [...] Caught: hudson.AbortException: Could not determine exact tip revision of master [...] ERROR: Could not determine exact tip revision of master
-- Seems to be similar but was closed as "Incomplete"JENKINS-40862
Attachments
Issue Links
- duplicates
-
JENKINS-48571 checkout scm fails silently after "Could not determine exact tip revision of <branch>" in logs
-
- Closed
-
- is related to
-
JENKINS-48571 checkout scm fails silently after "Could not determine exact tip revision of <branch>" in logs
-
- Closed
-
I would like to point out that this plugin is attempting to resolve the tip of my "jervis_simple" branch (as it should because I am building the jervis_simple branch) but for some reason is flailing about with the tip of master branch.