Abstract
This project implemented two new credential bindings to perform authenticated operations using command line git in Jenkins pipeline and freestyle jobs.
The two credential bindings are gitSshPrivateKey and gitUsernamePassword.
Implementation
Type
Feature
Location
The gitUsernamePassword binding is implemented in Jenkins git plugin v4.8.0.
The gitSshPrivateKey binding is implemented in a pull request to the Jenkins git plugin
Dependencies
Credentials Binding Plugin-
It is used to bind Git specific environment variables with shell scripts/commands which...