From eee75bfbf9c1ec1efd0782e7f176dc68df26c408 Mon Sep 17 00:00:00 2001 From: margarita Date: Mon, 11 Sep 2023 17:08:10 +0200 Subject: [PATCH] Add Java 11 Build pipeline --- .cirrus.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index ebf8f6e9..d0b749da 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -65,6 +65,25 @@ build_task: cleanup_before_cache_script: - cleanup_maven_repository + +build_j11_task: + eks_container: + <<: *CONTAINER_DEFINITION + cpu: 1 + memory: 2G + env: + SONAR_TOKEN: VAULT[development/kv/data/next data.token] + SONAR_HOST_URL: https://next.sonarqube.com/sonarqube + SIGN_KEY: VAULT[development/kv/data/sign data.key] + PGP_PASSPHRASE: VAULT[development/kv/data/sign data.passphrase] + maven_cache: + folder: ${CIRRUS_WORKING_DIR}/.m2/repository + script: + - source cirrus-env BUILD + - regular_mvn_build_deploy_analyze + cleanup_before_cache_script: + - cleanup_maven_repository + mend_scan_task: depends_on: - build