mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-21 22:48:44 +00:00
updated to store full mvn verify run details
This commit is contained in:
@ -48,7 +48,11 @@ commands:
|
|||||||
- run:
|
- run:
|
||||||
name: Run Maven Verify
|
name: Run Maven Verify
|
||||||
command: |
|
command: |
|
||||||
mvn -s .circleci/mvn-settings.xml -T4 verify
|
mvn -s .circleci/mvn-settings.xml -T4 verify | tee mvn-verify.log
|
||||||
|
- store_artifacts:
|
||||||
|
name: Full Maven Verify Log
|
||||||
|
path: mvn-verify.logo
|
||||||
|
destination: mvn-verify
|
||||||
- store_jacoco_site:
|
- store_jacoco_site:
|
||||||
module: qqq-backend-core
|
module: qqq-backend-core
|
||||||
- store_jacoco_site:
|
- store_jacoco_site:
|
||||||
|
Reference in New Issue
Block a user