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:
parent
80250ab2b9
commit
b2e345f4dc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user