Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
base-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Weigel
base-project
Commits
54812c14
Commit
54812c14
authored
7 years ago
by
Stefan T. Ruehl
Browse files
Options
Downloads
Patches
Plain Diff
update artifacts of tasks
parent
55860daa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-4
8 additions, 4 deletions
.gitlab-ci.yml
with
8 additions
and
4 deletions
.gitlab-ci.yml
+
8
−
4
View file @
54812c14
...
@@ -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
/m
ain.html
-
checkstyle
M
ain.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
/t
est.html
-
checkstyle
T
est.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
/m
ain.html
-
spotbugs
M
ain.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
/t
est.html
-
spotbugs
T
est.html
expire_in
:
1 week
expire_in
:
1 week
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment