Marcel Feix
4a81e6df57
chore(Sonar): Switch to not depricated gradle plugin call
2022-11-16 10:42:48 +00:00
Marcel Feix
e4ad30bfd6
Merge branch 'feat/tbe_common_workflow' into 'master'
...
feat(workflow): Provides a common workflow
Closes ci-cd#237
See merge request gilden/ci/gitlab-ci-templates!107
2022-11-15 08:34:54 +00:00
Daniel Diepold
5d76c7909c
fix(cache): do not cache build results in global cache
...
The build and target directories should not get cached
between different Git commit builds (pipelines).
Assume the first pipeline of a branch builds and caches some
compiled Java class from the target/classes directory in the
global/branch (key: $CI_COMMIT_REF_SLUG) cache.
If the source code of that class is then removed by the next commit,
the pipeline for that commit will extract the previously cached class
file.
Since the Maven build templates never call "clean" the class file
will be part of test execution, packaging, etc. even though its source
code was removed.
The target/ directory is already passed from the Maven Build-Java
job to the Test-Java job within the same pipeline anyway.
2022-11-11 08:48:24 +01:00
Marcel Feix
4014472fab
chore(Cache): Share cache within a pipeline not within jobs
2022-11-03 10:21:49 +00:00
Marcel Feix
ee00258dca
Merge branch 'renovate/docker-20.x' into 'master'
...
chore(deps): update docker docker tag to v20.10.21
See merge request gilden/ci/gitlab-ci-templates!117
2022-10-31 15:27:01 +00:00
technical renovate
cb2bc51448
chore(deps): update docker.io/aquasec/trivy docker tag to v0.34.0
2022-10-31 14:05:50 +00:00
technical renovate
fe87728e68
chore(deps): update docker docker tag to v20.10.21
2022-10-26 05:06:10 +00:00
technical renovate
d1f91c4039
chore(deps): update docker docker tag to v20.10.20
2022-10-19 05:08:20 +00:00
Alex Munoz
3da8828a94
Merge branch 'npm-pipeline-update' into 'master'
...
Npm pipeline update
See merge request gilden/ci/gitlab-ci-templates!113
2022-10-17 18:55:45 +00:00
Marcel Feix
773e8da541
Merge branch 'renovate/docker-20.x' into 'master'
...
chore(deps): update docker docker tag to v20.10.19
See merge request gilden/ci/gitlab-ci-templates!114
2022-10-17 14:43:32 +00:00
technical renovate
7a6de6c445
chore(deps): update quay.io/containers/skopeo docker tag to v1.10.0
2022-10-15 05:05:13 +00:00
technical renovate
09e31c9ae5
chore(deps): update docker docker tag to v20.10.19
2022-10-14 05:05:59 +00:00
Timo Beller
97352e8270
feat(workflow): Changes our common workflow to git-flow-with-merge-request
...
According to discussion in ci-cd#237 / weekly
2022-10-06 11:16:58 +02:00
Timo Beller
cd47250147
feat(workflow): Provides a common workflow
...
It runs all pipelines but prevents that a branch pipelines is started when there is an open merge request.
https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines
2022-10-06 11:07:35 +02:00
technical renovate
7fe66ef711
chore(deps): update registry.gitlab.com/gitlab-org/release-cli docker tag to v0.14.0
2022-10-05 05:05:23 +00:00
technical renovate
55ac346e6d
chore(deps): update docker.io/aquasec/trivy docker tag to v0.32.1
2022-09-29 05:07:13 +00:00
technical renovate
5dc1dc1d6b
chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.9.1
2022-09-27 05:07:37 +00:00
Marcel Feix
87940cdd21
Merge branch 'renovate/docker.io-aquasec-trivy-0.x' into 'master'
...
chore(deps): update docker.io/aquasec/trivy docker tag to v0.32.0
See merge request gilden/ci/gitlab-ci-templates!105
2022-09-26 12:24:53 +00:00
Marcel Feix
14ec990414
Merge branch 'feat/tbe_interruptible_jobs' into 'master'
...
feat(interruptible): Make jobs that can be cancelled safely interruptible
See merge request gilden/ci/gitlab-ci-templates!108
2022-09-26 12:09:40 +00:00
technical renovate
875d1129e1
chore(deps): update gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool docker tag to v1.5.0
2022-09-21 13:05:24 +00:00
Marcel Feix
1c5946f3c4
docs(Container Build): revert last commit
2022-09-21 13:52:32 +02:00
Marcel Feix
a01b99aa30
docs(Container Build): Add xx Cert to kaniko
2022-09-21 13:48:45 +02:00
Timo Beller
ea61a8f8f7
feat(interruptible): Make jobs that can be cancelled safely interruptible
...
https://docs.gitlab.com/ee/ci/yaml/index.html#interruptible
2022-09-20 17:53:01 +02:00
Wolfram Gulde
1bc37e83f4
chore(Sonar): remove empty projekt key from default variables
2022-09-20 15:18:25 +02:00
Alex Munoz
f9e2d66cbb
Rename npm-e2e template to npm-e2e-playwright
2022-09-20 11:48:09 +00:00
technical renovate
6265f2dd60
chore(deps): update docker.io/aquasec/trivy docker tag to v0.32.0
2022-09-17 05:07:25 +00:00
technical renovate
6a94a6e4df
chore(deps): update docker docker tag to v20.10.18
2022-09-13 05:07:09 +00:00
technical renovate
21b55c504c
chore(deps): update docker.io/aquasec/trivy docker tag to v0.31.3
2022-08-29 09:04:33 +00:00
technical renovate
f479661707
chore(deps): update docker.io/aquasec/trivy docker tag to v0.31.2
2022-08-17 05:04:41 +00:00
technical renovate
78255debd9
chore(deps): update docker.io/aquasec/trivy docker tag to v0.31.0
2022-08-16 09:05:01 +00:00
Marcel Feix
10dc8660ec
fix(Docker Build): Add Missing Docker Registry, user and passwort variable
2022-08-16 07:28:42 +00:00
technical renovate
7f0db1a887
chore(deps): update dependency quay.io/containers/skopeo to v1.9.2
2022-08-15 05:05:13 +00:00
technical renovate
848facd994
chore(deps): update dependency gcr.io/kaniko-project/executor to v1.9.0
2022-08-11 05:07:33 +00:00
Timo Beller
a5e5ea9815
fix(docker-compose): docker-compose liegt inzwischen woanders
2022-08-10 14:11:09 +02:00
technical renovate
d264becc70
chore(deps): update dependency quay.io/containers/skopeo to v1.9.0
2022-08-01 05:05:17 +00:00
Marcel Feix
a2a89905aa
fix(Docker-compose): chmod of compose binary
2022-07-29 17:32:08 +02:00
Marcel Feix
239118ec2e
Merge branch 'feat/tbe_improvments' into 'master'
...
Feat/tbe improvments
See merge request gilden/ci/gitlab-ci-templates!95
2022-07-29 15:22:49 +00:00
technical renovate
218667abda
chore(deps): update dependency docker.io/aquasec/trivy to v0.30.4
2022-07-27 05:06:31 +00:00
Timo Beller
98abaa2370
feat(docker-compose): Nutze Cache für docker compose
2022-07-26 14:00:53 +02:00
Timo Beller
ed9a453697
docs(typos): Fix ein paar Typos
2022-07-26 13:43:28 +02:00
Marcel Feix
dd11b231ed
chore(docker compose): Update docker-compose.gitlab-ci.yml to use v prefix in docker compose version
2022-07-26 08:55:16 +00:00
technical renovate
9d3f247a02
chore(deps): update dependency docker.io/aquasec/trivy to v0.30.3
2022-07-26 05:05:38 +00:00
Marcel Feix
5ddc47a2ed
Merge branch 'feat/tbe_gradle_anpassungen' into 'master'
...
refactor(cache): Löse globalen-Cache aus common-ci-variablen heraus
See merge request gilden/ci/gitlab-ci-templates!90
2022-07-22 07:13:26 +00:00
Marcel Feix
da7ca80ba8
Merge branch 'renovate/docker.io-aquasec-trivy-0.x' into 'master'
...
chore(deps): update dependency docker.io/aquasec/trivy to v0.30.2
See merge request gilden/ci/gitlab-ci-templates!92
2022-07-22 06:54:57 +00:00
technical renovate
a484650081
chore(deps): update dependency docker.io/aquasec/trivy to v0.30.2
2022-07-21 13:05:35 +00:00
Timo Beller
dcc7966a00
feat(npm): Mache before_script frei
2022-07-20 17:58:05 +02:00
Timo Beller
15d8ad7fd8
feat(gralde): Gradle-Parameter etwas einheitlicher
2022-07-20 17:58:05 +02:00
Timo Beller
3ab16b8997
fix(sonar8): Füge gradles build-Verzeichnis zur Sonar-Ausnahmeliste hinzu
2022-07-20 17:58:05 +02:00
Timo Beller
0364637b0d
refactor(cache): Löse globalen-Cache aus common-ci-variablen heraus
...
Für nutzer ist es unerwartet und ggf. unerwünscht, dass beim Einbinden von Variablen ein Cache mitkommt.
2022-07-20 17:58:05 +02:00
technical renovate
7d5a22bcaa
chore(deps): update dependency docker/compose to v2.7.0
2022-07-20 09:05:26 +00:00