-
Bug
-
Resolution: Fixed
-
Minor
-
Git plugin 4.2.2
-
-
git plugin 4.4.0
The online reference documentation for the Jenkins Pipeline checkout step is automatically extracted from released plugin online help pages.
Several of the fields in the GitSCM online documentation include no description. The following fields are examples of fields that should be described so that readers know how to use them:
- UserRemoteConfig.credentialsId
- CGit.repoUrl
- GogsGit.repoUrl
- GitSCM.gitTool
- GitSCM.extensions.GitLFSPull
Add help for those fields by following the same naming convention and file placement elsewhere in the plugin. The help files are html files placed in the src/resources directory. See the references option as an example.
[JENKINS-62223] Many field descriptions of git plugin pipeline docs are empty
Assignee | Original: Mark Waite [ markewaite ] |
Labels | Original: newbie-friendly | New: documentation newbie-friendly |
Assignee | New: Mark Waite [ markewaite ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR 928 - Add online help for several fields (Web Link)" [ 25309 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Released As | New: Git plugin 4.4 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |
Description |
Original:
The online reference documentation for the [Jenkins Pipeline checkout step|https://www.jenkins.io/doc/pipeline/steps/workflow-scm-step/] is automatically extracted from released plugin online help pages. Several of the fields in the GitSCM online documentation include no description. The following fields are examples of fields that should be described so that readers know how to use them: * UserRemoteConfig.credentialsId * CGit.repoUrl * GogsGit.repoUrl * GitSCM.gitTool * GitSCM.extensions.GitLFSPull * GitSCM.extensions.SparseCheckoutPaths.sparseCheckPaths.path Add help for those fields by following the same naming convention and file placement elsewhere in the plugin. The help files are html files placed in the src/resources directory. See the [references option|https://github.com/jenkinsci/git-plugin/blob/master/src/main/resources/hudson/plugins/git/extensions/impl/CloneOption/help-reference.html] as an example. |
New:
The online reference documentation for the [Jenkins Pipeline checkout step|https://www.jenkins.io/doc/pipeline/steps/workflow-scm-step/] is automatically extracted from released plugin online help pages. Several of the fields in the GitSCM online documentation include no description. The following fields are examples of fields that should be described so that readers know how to use them: * UserRemoteConfig.credentialsId * CGit.repoUrl * GogsGit.repoUrl * GitSCM.gitTool * GitSCM.extensions.GitLFSPull Add help for those fields by following the same naming convention and file placement elsewhere in the plugin. The help files are html files placed in the src/resources directory. See the [references option|https://github.com/jenkinsci/git-plugin/blob/master/src/main/resources/hudson/plugins/git/extensions/impl/CloneOption/help-reference.html] as an example. |
Link |
New:
This issue relates to |