Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
750a753a
Commit
750a753a
authored
4 years ago
by
Björn Vonheiden
Browse files
Options
Downloads
Patches
Plain Diff
Continue running test and checks in gitlab pipelines
parent
911e864c
No related branches found
No related tags found
1 merge request
!2
Gradle + CI improvements
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
7
−
7
View file @
750a753a
...
@@ -30,13 +30,13 @@ test:
...
@@ -30,13 +30,13 @@ test:
stage
:
test
stage
:
test
tags
:
tags
:
-
exec-docker
-
exec-docker
script
:
./gradlew test
script
:
./gradlew test
--continue
checkstyle
:
checkstyle
:
stage
:
check
stage
:
check
tags
:
tags
:
-
exec-docker
-
exec-docker
script
:
./gradlew checkstyle
script
:
./gradlew checkstyle
--continue
allow_failure
:
true
allow_failure
:
true
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -51,12 +51,12 @@ checkstyle:
...
@@ -51,12 +51,12 @@ checkstyle:
-
uc4-workload-generator/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
pmd
:
pmd
:
stage
:
check
stage
:
check
tags
:
tags
:
-
exec-docker
-
exec-docker
script
:
./gradlew pmd
script
:
./gradlew pmd
--continue
allow_failure
:
true
allow_failure
:
true
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -71,12 +71,12 @@ pmd:
...
@@ -71,12 +71,12 @@ pmd:
-
uc4-workload-generator/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
spotbugs
:
spotbugs
:
stage
:
check
stage
:
check
tags
:
tags
:
-
exec-docker
-
exec-docker
script
:
./gradlew spotbugs
script
:
./gradlew spotbugs
--continue
allow_failure
:
true
allow_failure
:
true
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -116,4 +116,4 @@ spotbugs:
...
@@ -116,4 +116,4 @@ spotbugs:
variables
:
variables
:
-
$DOCKERHUB_ORG
-
$DOCKERHUB_ORG
-
$DOCKERHUB_ID
-
$DOCKERHUB_ID
-
$DOCKERHUB_PW
-
$DOCKERHUB_PW
\ No newline at end of file
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