Merge branch 'feat/renovate_test' into 'master'
Renovate Renaming See merge request gilden/ci/gitlab-ci-templates!8
This commit is contained in:
commit
36dc0ad336
@ -1,4 +1,5 @@
|
||||
stages:
|
||||
- dependencies
|
||||
- generate-docs
|
||||
|
||||
.generate-document:
|
||||
|
||||
@ -16,15 +16,15 @@ include:
|
||||
- project: 'gilden/ci/gitlab-ci-templates'
|
||||
ref: 'master'
|
||||
file:
|
||||
- 'maven-build-template.yml'
|
||||
- 'maven-dependencies-template.yml'
|
||||
- 'maven-verify-template.yml'
|
||||
- 'npm-build-template.yml'
|
||||
- 'npm-dependencies-template.yml'
|
||||
- 'npm-lint-template.yml'
|
||||
- 'npm-test-template.yml'
|
||||
- 'container-publish.yml'
|
||||
- 'container-scan.yml'
|
||||
- 'maven-build-template.gitlab-ci.yml'
|
||||
- 'maven-dependencies-template.gitlab-ci.yml'
|
||||
- 'maven-verify-template.gitlab-ci.yml'
|
||||
- 'npm-build-template.gitlab-ci.yml'
|
||||
- 'npm-dependencies-template.gitlab-ci.yml'
|
||||
- 'npm-lint-template.gitlab-ci.yml'
|
||||
- 'npm-test-template.gitlab-ci.yml'
|
||||
- 'container-publish.gitlab-ci.yml'
|
||||
- 'container-scan.gitlab-ci.yml'
|
||||
- 'set-version-template.yml'
|
||||
- 'sonar-template.yml'
|
||||
|
||||
@ -56,5 +56,5 @@ Bitte folgende Variablen in `.gitlab-ci.yaml` setzen
|
||||
|===
|
||||
|
||||
----
|
||||
include::{sourcedir}/STD-variablen-Template.yml[]
|
||||
include::{sourcedir}/STD-variablen-Template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -14,5 +14,5 @@ Falls das Projekt aus mehreren Poms besteht, kann `before_script:` benutzt werde
|
||||
|
||||
.sonar-template
|
||||
----
|
||||
include::{sourcedir}/container-publish.yml[]
|
||||
include::{sourcedir}/container-publish.gitlab-ci.yml[]
|
||||
----
|
||||
@ -26,5 +26,5 @@ Benutzte `allow_failure: true` damit die CI weiter läuft aber ein Failure angez
|
||||
|
||||
.container scan template
|
||||
----
|
||||
include::{sourcedir}/container-scan.yml[]
|
||||
include::{sourcedir}/container-scan.gitlab-ci.yml[]
|
||||
----
|
||||
@ -11,5 +11,5 @@ Diese Template Baut die .jar Files und speichert die Ergebnisse als Artifact.
|
||||
|
||||
.mvn-build-template
|
||||
----
|
||||
include::{sourcedir}/maven-build-template.yml[]
|
||||
include::{sourcedir}/maven-build-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -12,5 +12,5 @@ Bitte den Cache hinzufügen. Siehe xref:Generel-Veriablen[Generelle Veriablen]
|
||||
|
||||
.mvn-dependencies-template
|
||||
----
|
||||
include::{sourcedir}/maven-dependencies-template.yml[]
|
||||
include::{sourcedir}/maven-dependencies-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -11,5 +11,5 @@ Dieses Template startet `mvn verify` und speichert die Ergebnisse als Artifact.
|
||||
|
||||
.mvn-verify-template
|
||||
----
|
||||
include::{sourcedir}/maven-verify-template.yml[]
|
||||
include::{sourcedir}/maven-verify-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -11,5 +11,5 @@ Dieses Template baut das NPM projekt und speichert die Ergebnisse als Artifact..
|
||||
|
||||
.npm-build-template
|
||||
----
|
||||
include::{sourcedir}/npm-build-template.yml[]
|
||||
include::{sourcedir}/npm-build-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -12,5 +12,5 @@ Bitte den Cache hinzufügen. Siehe xref:Generel-Veriablen[Generelle Veriablen]
|
||||
|
||||
.npm-dependencies-template
|
||||
----
|
||||
include::{sourcedir}/npm-dependencies-template.yml[]
|
||||
include::{sourcedir}/npm-dependencies-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -11,5 +11,5 @@ Dieses Template durchläuft den Linter das NPM projekts.
|
||||
|
||||
.npm-lint-template
|
||||
----
|
||||
include::{sourcedir}/npm-lint-template.yml[]
|
||||
include::{sourcedir}/npm-lint-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -11,5 +11,5 @@ Dieses Template baut das NPM projekt.
|
||||
|
||||
.npm-test-template
|
||||
----
|
||||
include::{sourcedir}/npm-test-template.yml[]
|
||||
include::{sourcedir}/npm-test-template.gitlab-ci.yml[]
|
||||
----
|
||||
Loading…
Reference in New Issue
Block a user