jenkinsci / jenkinsci/workflow-basic-steps-plugin
[JENKINS-59051] Tool type "jgit" does not have an install of "jgit" configured
- Dominant language
- Java
- Stars
- 73
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
The Declarative Directive Generator gives this for using a configured JGit tool
tools {
jgit 'jgit'
}
However, it doesn't actually work
Tool type "jgit" does not have an install of "jgit" configured - did you mean "null"?
The same happens for the Apache HTTP variant.
---
Originally reported by
jameshowe, imported from: Tool type "jgit" does not have an install of "jgit" configured
Raw content of original issue
The Declarative Directive Generator gives this for using a configured JGit tool
tools {
jgit 'jgit'
}However, it doesn't actually work
Tool type "jgit" does not have an install of "jgit" configured - did you mean "null"?
The same happens for the Apache HTTP variant.
environment
```
Jenkins 2.176.2
Git Plugin 3.12.0
```
Contributor guide
Assessment
This issue has not been assessed yet.