diff --git a/documentation/chapters/templates/java/maven/maven-db-diff-template.adoc b/documentation/chapters/templates/java/maven/maven-db-diff-template.adoc index 26d97be..5337cda 100644 --- a/documentation/chapters/templates/java/maven/maven-db-diff-template.adoc +++ b/documentation/chapters/templates/java/maven/maven-db-diff-template.adoc @@ -7,8 +7,15 @@ Please look at the resulting changelog since it can have errors. .Variables |=== |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 diff --git a/documentation/chapters/templates/npm/npm-build-template.adoc b/documentation/chapters/templates/npm/npm-build-template.adoc index bc542da..ba529f0 100644 --- a/documentation/chapters/templates/npm/npm-build-template.adoc +++ b/documentation/chapters/templates/npm/npm-build-template.adoc @@ -5,9 +5,6 @@ This template will build a NPM project and saved the artifacts for the next buil .Variables |=== |Name |Description | Default Value -|ADDITIONAL_GLOBAL_PACKAGES -| Additional packages that should be installed in the before script -| "" |=== :template: npm/npm-build.gitlab-ci.yml diff --git a/documentation/chapters/templates/npm/npm-dependencies-template.adoc b/documentation/chapters/templates/npm/npm-dependencies-template.adoc index 2a551cc..37509e0 100644 --- a/documentation/chapters/templates/npm/npm-dependencies-template.adoc +++ b/documentation/chapters/templates/npm/npm-dependencies-template.adoc @@ -6,9 +6,6 @@ Please add the NPM cache. Look xref:Generel-Variablen[generell Variables] .Variables |=== |Name |Description | Default Value -|ADDITIONAL_GLOBAL_PACKAGES -| Additional packages that should be installed in the before script -| "" |=== :template: npm/npm-dependencies.gitlab-ci.yml diff --git a/documentation/chapters/templates/npm/npm-lint-template.adoc b/documentation/chapters/templates/npm/npm-lint-template.adoc index eb45523..e1b40b6 100644 --- a/documentation/chapters/templates/npm/npm-lint-template.adoc +++ b/documentation/chapters/templates/npm/npm-lint-template.adoc @@ -5,9 +5,6 @@ This template starts the linter of your NPM project. .Variables |=== |Name |Description | Default Value -|ADDITIONAL_GLOBAL_PACKAGES -| Additional packages that should be installed in the before script -| "" |=== :template: npm/npm-lint.gitlab-ci.yml diff --git a/documentation/chapters/templates/npm/npm-test-template.adoc b/documentation/chapters/templates/npm/npm-test-template.adoc index cc29a7a..ad3d5a0 100644 --- a/documentation/chapters/templates/npm/npm-test-template.adoc +++ b/documentation/chapters/templates/npm/npm-test-template.adoc @@ -5,9 +5,6 @@ This template will run your NPM unit tests .Variables |=== |Name |Description | Default Value -|ADDITIONAL_GLOBAL_PACKAGES -| Additional packages that should be installed in the before script -| "" |=== :template: npm/npm-verify.gitlab-ci.yml