Plugins
GitLab
Plugin for GitLab CI/CD integration
@bjb-forge/nx-gitlab-project
Installation
npx @bjb-forge/cli add @bjb-forge/nx-gitlab-projectPlugin Options
{
"plugin": "@bjb-forge/nx-gitlab-project/nx-plugin",
"options": {}
}| Option | Type | Description |
|---|---|---|
localPlugins | boolean | Whether you declare local Nx plugins in your repository |
releaseTrigger | string | Event that triggers the release (manual or auto) |
versioningStrategy | string | Strategy to use to version your software |
verbose | boolean | Run the CI in verbose mode |
defaultBranch | string | Default 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