Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Certificate credentials support a certificate file upload and an optional password.

...

Input Name

Required

Description

Input TypeRequired

CertificateCertificate

Yes

Certificate which will have its content stored in encrypted format.

File

YesPasswordPassword

No

Password for accessing the certificate (optional).

Text

No

Referencing Certificate Values As Properties

...

We could have a step in our workflow to execute an operation that will connect to an external system using the certificate of the property configured on the project. Below is an example of referencing our property in a groovy script, but it would be similar for environment variables or property replacement within files. For accessing the certificate then we would use the code WEB_CERTIFICATE. For accessing the password, then it would be WEB_CERTIFICATE_PASSWORD. Note that if referencing the password like this, it could fail if the actual value of the property during execution is not a Certificate type credential.

...

Groovy Functions

...