gitCommitish property
Git commit/tag/branch name at which the repository should be compiled.
Must exist in the remote repository. Examples: - a commit SHA: 12ade345
- a tag:
tag1- a branch name:branch1
Immutable.
Implementation
core.String? gitCommitish;