Docs(Variables): Remove not needed Variables
This commit is contained in:
parent
ba75e97d06
commit
6c099f77f8
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user