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.

For a list of other such plugins, see the Pipeline Steps Reference page.

Infisical Plugin

withInfisical: Infisical Plugin

  • infisicalSecrets
      Array / List of Nested Object
    • path : String
      The path of the secret in Infisical. The default value is "/".
      Read more here.
    • includeImports : boolean
      Wether or not to include imports when fetching secrets.
      Read more here.
    • secretValues
        Array / List of Nested Object
      • 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 (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 (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 (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 (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 (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).

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.