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
Branches
No related tags found
No related merge requests found
......@@ -18,34 +18,38 @@ checkstyle_main:
stage: check
script:
- ./gradlew check checkstyleMain
- cp build/reports/checkstyle/main.html ./checkstyleMain.html
artifacts:
paths:
- build/reports/checkstyle/main.html
- checkstyleMain.html
expire_in: 1 week
checkstyle_test:
stage: check
script:
- ./gradlew check checkstyleTest
- cp build/reports/checkstyle/test.html ./checkstyleTest.html
artifacts:
paths:
- build/reports/checkstyle/test.html
- checkstyleTest.html
expire_in: 1 week
spotbugs_main:
stage: check
script:
- ./gradlew check spotbugsMain
- cp build/reports/spotbugs/main.html ./spotbugsMain.html
artifacts:
paths:
- build/reports/spotbugs/main.html
- spotbugsMain.html
expire_in: 1 week
spotbugs_test:
stage: check
script:
- ./gradlew check spotbugsTest
- cp build/reports/spotbugs/test.html ./spotbugsTest.html
artifacts:
paths:
- build/reports/spotbugs/test.html
- spotbugsTest.html
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