jenkinsci / jenkinsci/workflow-basic-steps-plugin

[JENKINS-59051] Tool type "jgit" does not have an install of "jgit" configured

Open
#495 1 comment 0 reactions 0 assignees View on GitHub
component:workflow-basic-steps-plugin imported-jira-issue pipeline priority:major resolution:unresolved
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


  • status: Open
  • priority: Major
  • component(s): workflow-basic-steps-plugin
  • label(s): pipeline
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251215-220547

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.