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
50b9e76f
Commit
50b9e76f
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add build job dependency for subsequent jobs
parent
526f520c
No related branches found
No related tags found
2 merge requests
!89
Single CI/CD pipeline definitions
,
!84
Gitlab CI for Theodolite-Kotlin-Quarkus
Pipeline
#2093
passed
4 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
50b9e76f
...
@@ -45,6 +45,7 @@ checkstyle-benchmarks:
...
@@ -45,6 +45,7 @@ checkstyle-benchmarks:
stage
:
check
stage
:
check
extends
:
.benchmarks
extends
:
.benchmarks
needs
:
needs
:
-
build-benchmarks
-
test-benchmarks
-
test-benchmarks
script
:
./gradlew checkstyle --continue
script
:
./gradlew checkstyle --continue
artifacts
:
artifacts
:
...
@@ -57,6 +58,7 @@ pmd-benchmarks:
...
@@ -57,6 +58,7 @@ pmd-benchmarks:
stage
:
check
stage
:
check
extends
:
.benchmarks
extends
:
.benchmarks
needs
:
needs
:
-
build-benchmarks
-
test-benchmarks
-
test-benchmarks
script
:
./gradlew pmd --continue
script
:
./gradlew pmd --continue
artifacts
:
artifacts
:
...
@@ -69,6 +71,7 @@ spotbugs-benchmarks:
...
@@ -69,6 +71,7 @@ spotbugs-benchmarks:
stage
:
check
stage
:
check
extends
:
.benchmarks
extends
:
.benchmarks
needs
:
needs
:
-
build-benchmarks
-
test-benchmarks
-
test-benchmarks
script
:
./gradlew spotbugs --continue
script
:
./gradlew spotbugs --continue
artifacts
:
artifacts
:
...
@@ -81,6 +84,7 @@ spotbugs-benchmarks:
...
@@ -81,6 +84,7 @@ spotbugs-benchmarks:
stage
:
deploy
stage
:
deploy
extends
:
.benchmarks
extends
:
.benchmarks
needs
:
needs
:
-
build-benchmarks
-
checkstyle-benchmarks
-
checkstyle-benchmarks
-
pmd-benchmarks
-
pmd-benchmarks
-
spotbugs-benchmarks
-
spotbugs-benchmarks
...
...
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