Skip to content

Commit

Permalink
Add Java 11 Build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
leveretka committed Sep 11, 2023
1 parent 4fcd62a commit eee75bf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eee75bf

Please sign in to comment.