1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-16 05:16:08 +02:00

docs: add note about Jenkins credentials (#2078)

* add note about Jenkins credentials

* remove copy&paste issue

* Update parameters.go
This commit is contained in:
Christopher Fenner 2020-09-28 11:45:21 +02:00 committed by GitHub
parent 80250ab2b9
commit b2e345f4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ func createParameterDetails(stepData *config.StepData) string {
details += fmt.Sprintf("#### %v\n\n", secret.Name)
if !contains(stepParameterNames, secret.Name) {
details += "**Jenkins-specific:** Used for proper environment setup.\n\n"
details += "**Jenkins-specific:** Used for proper environment setup. See *[using credentials](https://www.jenkins.io/doc/book/using/using-credentials/)* for details.\n\n"
}
details += secret.Description + "\n\n"