Docs(Variables): Remove not needed Variables

This commit is contained in:
Marcel Feix 2022-07-06 09:08:15 +02:00
parent ba75e97d06
commit 6c099f77f8
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03
5 changed files with 9 additions and 14 deletions

View File

@ -7,8 +7,15 @@ Please look at the resulting changelog since it can have errors.
.Variables .Variables
|=== |===
|Name |Description | Default Value |Name |Description | Default Value
|GRADLE_CLI_OPTS | Additional options send to gradle | ""
| PATH_TO_DIFF | Path to the resulting diff is defined in gradle config, this will also be exposed as the artefact of the Job. | "target/db-diff.xml" | PATH_TO_DIFF
| Path to the resulting diff is defined in gradle config, this will also be exposed as the artefact of the Job.
| "target/db-diff.xml"
|MAVEN_CLI_OPTS | Additional Options that will be passed to Maven | ""
|MAVEN_EXTRA_OPTS | Additional extra options that will be passed to Maven | ""
|MAVEN_EXTRA_ARGS | Additional extra args that will be passed to Maven | ""
|=== |===
:template: java/maven/maven-database-diff.gitlab-ci.yml :template: java/maven/maven-database-diff.gitlab-ci.yml

View File

@ -5,9 +5,6 @@ This template will build a NPM project and saved the artifacts for the next buil
.Variables .Variables
|=== |===
|Name |Description | Default Value |Name |Description | Default Value
|ADDITIONAL_GLOBAL_PACKAGES
| Additional packages that should be installed in the before script
| ""
|=== |===
:template: npm/npm-build.gitlab-ci.yml :template: npm/npm-build.gitlab-ci.yml

View File

@ -6,9 +6,6 @@ Please add the NPM cache. Look xref:Generel-Variablen[generell Variables]
.Variables .Variables
|=== |===
|Name |Description | Default Value |Name |Description | Default Value
|ADDITIONAL_GLOBAL_PACKAGES
| Additional packages that should be installed in the before script
| ""
|=== |===
:template: npm/npm-dependencies.gitlab-ci.yml :template: npm/npm-dependencies.gitlab-ci.yml

View File

@ -5,9 +5,6 @@ This template starts the linter of your NPM project.
.Variables .Variables
|=== |===
|Name |Description | Default Value |Name |Description | Default Value
|ADDITIONAL_GLOBAL_PACKAGES
| Additional packages that should be installed in the before script
| ""
|=== |===
:template: npm/npm-lint.gitlab-ci.yml :template: npm/npm-lint.gitlab-ci.yml

View File

@ -5,9 +5,6 @@ This template will run your NPM unit tests
.Variables .Variables
|=== |===
|Name |Description | Default Value |Name |Description | Default Value
|ADDITIONAL_GLOBAL_PACKAGES
| Additional packages that should be installed in the before script
| ""
|=== |===
:template: npm/npm-verify.gitlab-ci.yml :template: npm/npm-verify.gitlab-ci.yml