-
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