Skip to content
Snippets Groups Projects
Commit f4487d0f authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

Improve path definition for gitlab ci piplines

parent 750a753a
No related branches found
No related tags found
1 merge request!2Gradle + CI improvements
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -40,15 +40,7 @@ checkstyle: ...@@ -40,15 +40,7 @@ checkstyle:
allow_failure: true allow_failure: true
artifacts: artifacts:
paths: paths:
- build/reports/checkstyle/main.html - */build/reports/checkstyle/main.html
- uc1-application/build/reports/checkstyle/main.html
- uc1-workload-generator/build/reports/checkstyle/main.html
- uc2-application/build/reports/checkstyle/main.html
- uc2-workload-generator/build/reports/checkstyle/main.html
- uc3-application/build/reports/checkstyle/main.html
- uc3-workload-generator/build/reports/checkstyle/main.html
- uc4-application/build/reports/checkstyle/main.html
- uc4-workload-generator/build/reports/checkstyle/main.html
when: on_failure when: on_failure
expire_in: 1 day expire_in: 1 day
...@@ -60,15 +52,7 @@ pmd: ...@@ -60,15 +52,7 @@ pmd:
allow_failure: true allow_failure: true
artifacts: artifacts:
paths: paths:
- build/reports/pmd/*.html - */build/reports/pmd/*.html
- uc1-application/build/reports/pmd/*.html
- uc1-workload-generator/build/reports/pmd/*.html
- uc2-application/build/reports/pmd/*.html
- uc2-workload-generator/build/reports/pmd/*.html
- uc3-application/build/reports/pmd/*.html
- uc3-workload-generator/build/reports/pmd/*.html
- uc4-application/build/reports/pmd/*.html
- uc4-workload-generator/build/reports/pmd/*.html
when: on_failure when: on_failure
expire_in: 1 day expire_in: 1 day
...@@ -80,15 +64,7 @@ spotbugs: ...@@ -80,15 +64,7 @@ spotbugs:
allow_failure: true allow_failure: true
artifacts: artifacts:
paths: paths:
- build/reports/spotbugs/*.html - */build/reports/spotbugs/*.html
- uc1-application/build/reports/spotbugs/*.html
- uc1-workload-generator/build/reports/spotbugs/*.html
- uc2-application/build/reports/spotbugs/*.html
- uc2-workload-generator/build/reports/spotbugs/*.html
- uc3-application/build/reports/spotbugs/*.html
- uc3-workload-generator/build/reports/spotbugs/*.html
- uc4-application/build/reports/spotbugs/*.html
- uc4-workload-generator/build/reports/spotbugs/*.html
when: on_failure when: on_failure
expire_in: 1 day expire_in: 1 day
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment