Details
-
Type:
New Feature
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: git-plugin
-
Labels:
-
Environment:Jenkins ver. 2.73.2
Git plugin ver. 3.6.0
-
Similar Issues:
Description
It would be nice to make adding additional custom git commands possible.
In git plugin currently we have an option for example to clean before checkout, it would be nice to make it more customizable.
Can you explain more about the types of jobs where you would use that?
For example, pipeline (scripted and declarative) already gives full control of the exact point where the repository should be fetched. I think this can already be satisfied with pipeline.
Freestyle doesn't allow that generalization, but does allow a "pre-scm build step" which can perform calls to command line utilities.