Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GitLabPipelineConfiguration

Extends a Verify configuration with appropriate data to reach and use the build service provided by a GitLab Pipeline.

Properties

Optional additionalParameters

additionalParameters: undefined | object

Additional key-value pairs passed as parameters to the build service when running an experiment.

Const buildServiceType

buildServiceType: string = "GITLAB_PIPELINE"

patSecretId

patSecretId: string

The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the GitLab pipeline.

repositoryUrl

repositoryUrl: string

The location of the Repository where the GitLab Pipeline will be run. The expected format is https://gitlab.com/[groupName]/[repoName]

triggerSecretId

triggerSecretId: string

The Oracle Cloud Identifier (OCID) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline.

username

username: string

The username that will trigger the GitLab Pipeline.

Methods

getDeserializedJsonObj

getJsonObj