Forge
Plugins

GitLab

Plugin for GitLab CI/CD integration

@bjb-forge/nx-gitlab-project

Installation

npx @bjb-forge/cli add @bjb-forge/nx-gitlab-project

Plugin Options

{
  "plugin": "@bjb-forge/nx-gitlab-project/nx-plugin",
  "options": {}
}
OptionTypeDescription
localPluginsbooleanWhether you declare local Nx plugins in your repository
releaseTriggerstringEvent that triggers the release (manual or auto)
versioningStrategystringStrategy to use to version your software
verbosebooleanRun the CI in verbose mode
defaultBranchstringDefault branch name

Inferred Targets

sync-gitlab-ci-yml

Synchronizes the GitLab CI/CD pipeline configuration based on workspace structure.

Condition: When .gitlab/workflows/.gitlab-ci.yml exists

On this page