experimenting with Jenkinsbuild
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-20 18:55:47 +02:00
parent 33185150cc
commit 3475e6d7c9
7 changed files with 762 additions and 42 deletions

View File

@@ -47,5 +47,8 @@ backend: generateFrontend login_registry
docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE_REGISTRY}/${PACKAGE_OWNER}/arbeitszeit-backend:latest Backend --push
docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE_REGISTRY}/${PACKAGE_OWNER}/arbeitszeit-backend:${GIT_COMMIT} Backend --push
scan:
$(MAKE) -C Backend scan
test:
$(MAKE) -C Backend test
scan: test
$(MAKE) -C Backend scan