Update broken link in Secrets documentation (#1589)
`configExport.adoc` was converted to Markdown but link in base Secrets doc was not updated.
This commit is contained in:
parent
223ac074c0
commit
a6983ff60e
|
|
@ -218,7 +218,7 @@ This is an additional engine which uses the link:https://javadoc.jenkins-ci.org/
|
|||
* Encryption is done using the Jenkins-internal secret key
|
||||
which is unique for every Jenkins instance.
|
||||
It means that the credentials are not portable between instances.
|
||||
* Encrypted credential values can be exported using the link:./configExport.adoc[configuration export] feature.
|
||||
* Encrypted credential values can be exported using the link:./configExport.md[configuration export] feature.
|
||||
|
||||
NOTE: There is an open feature request for supporting portable credentials.
|
||||
See link:https://github.com/jenkinsci/configuration-as-code-plugin/issues/1141[JCasC #1141].
|
||||
|
|
|
|||
Loading…
Reference in New Issue