Skip to content
Snippets Groups Projects
Commit 54812c14 authored by Stefan T. Ruehl's avatar Stefan T. Ruehl
Browse files

update artifacts of tasks

parent 55860daa
No related branches found
No related tags found
No related merge requests found
...@@ -18,34 +18,38 @@ checkstyle_main: ...@@ -18,34 +18,38 @@ checkstyle_main:
stage: check stage: check
script: script:
- ./gradlew check checkstyleMain - ./gradlew check checkstyleMain
- cp build/reports/checkstyle/main.html ./checkstyleMain.html
artifacts: artifacts:
paths: paths:
- build/reports/checkstyle/main.html - checkstyleMain.html
expire_in: 1 week expire_in: 1 week
checkstyle_test: checkstyle_test:
stage: check stage: check
script: script:
- ./gradlew check checkstyleTest - ./gradlew check checkstyleTest
- cp build/reports/checkstyle/test.html ./checkstyleTest.html
artifacts: artifacts:
paths: paths:
- build/reports/checkstyle/test.html - checkstyleTest.html
expire_in: 1 week expire_in: 1 week
spotbugs_main: spotbugs_main:
stage: check stage: check
script: script:
- ./gradlew check spotbugsMain - ./gradlew check spotbugsMain
- cp build/reports/spotbugs/main.html ./spotbugsMain.html
artifacts: artifacts:
paths: paths:
- build/reports/spotbugs/main.html - spotbugsMain.html
expire_in: 1 week expire_in: 1 week
spotbugs_test: spotbugs_test:
stage: check stage: check
script: script:
- ./gradlew check spotbugsTest - ./gradlew check spotbugsTest
- cp build/reports/spotbugs/test.html ./spotbugsTest.html
artifacts: artifacts:
paths: paths:
- build/reports/spotbugs/test.html - spotbugsTest.html
expire_in: 1 week expire_in: 1 week
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment