-
Bug
-
Resolution: Duplicate
-
Blocker
-
Jenkins v2.38
Hi,
I have a project which triggers a build in another project (pipeline / Jenkinsfile).
{
....
build job: "../projectName/master";
}
However, the downstream project gives errors out with the following error:
originally caused by: Branch indexing ERROR: Could not determine exact tip revision of master; falling back to nondeterministic checkout Wiping out workspace first. .... .... [Pipeline] End of Pipeline ERROR: Could not determine exact tip revision of master Finished: FAILURE
Can this be solved somehow?
- duplicates
-
JENKINS-48571 checkout scm fails silently after "Could not determine exact tip revision of <branch>" in logs
-
- Closed
-
- is duplicated by
-
JENKINS-49466 job directory empty when using declarative pipeline
-
- Closed
-
[JENKINS-40862] Upstream project trigger tip revision error
Labels | Original: pipeline tip | New: failure pipeline tip |
Priority | Original: Major [ 3 ] | New: Blocker [ 1 ] |
Component/s | New: workflow-multibranch-plugin [ 21465 ] |
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: In Review [ 10005 ] |
We are getting the same issue on Jenkins 2.40 and it seems to be related to upgrading to scm 2.0.
We have tried using "build job" and "triggerRemoteJob" functions and both result in the same error.
build job:
triggerRemoteJob:
Results in....