The following plugin provides functionality available through
Pipeline-compatible steps. Read more about how to integrate steps into your
Pipeline in the
Steps
section of the
Pipeline Syntax
page.
The path of the secret in Infisical. The default value is "/".
Read more here.
includeImports : boolean
includeImports : boolean
Wether or not to include imports when fetching secrets.
Read more here.
secretValues
secretValues
Array / List of Nested Object
infisicalKey : String
infisicalKey : String (optional)
The secret key name in Infisical to fetch. If the secret is found, it will be populated as a Jenkins environment variable.
isRequired : boolean
isRequired : boolean (optional)
A toggle to determine if the given Infisical secret value must be present.
If checked, the value is required, and the plugin will throw an error if the secret is not found in Infisical.
configuration (optional)
Nested Object
infisicalCredentialId : String
infisicalCredentialId : String (optional)
The Infisical credential is the credential you want to use to authenticate with Infisical. Currently only Universal Authentication is supported.
Read more about authentication.
infisicalEnvironmentSlug : String
infisicalEnvironmentSlug : String (optional)
The environment slug is the unique identifier for the environment in Infisical. It is used to identity which environment to fetch secrets from.
You can find your environment slugs in your project settings in Infisical.
infisicalProjectSlug : String
infisicalProjectSlug : String (optional)
The project slug is the unique identifier for the project in Infisical. It is used to identity which project to fetch secrets from.
You can find your project slugs in your project settings in Infisical.
infisicalUrl : String
infisicalUrl : String (optional)
The Infisical URL is the URL of the Infisical instance you are using. This is only relevant if you're on a self-hosted or managed Infisical instance.
If you are on Infisical Cloud, you should leave this field as it's default value (https://app.infisical.com).