Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitlabVariableProps

Hierarchy

  • GitlabVariableProps

Index

Properties

gitlabSecret

gitlabSecret: ISecret

the secret containing the Gitlab token to access the API

projectId

projectId: string

the project id within Gitlab group/project-name

secret

secret: ISecret

the secret containing teh secret to publish to Gitlab

Optional secretField

secretField: undefined | string

the field name with the secret to publish

default
  • use the whole SecretString of the secret as value

Optional serverUrl

serverUrl: undefined | string

the URL of the Gitlab server

default

https://gitlab.com

variableName

variableName: string

the name of the variable to set in Gitlab

Generated using TypeDoc