Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
caosdb
Software
caosdb-server
Commits
20d6e343
Verified
Commit
20d6e343
authored
4 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
WIP: pipeline
parent
ff9bfb50
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
caosdb-webui
+1
-1
1 addition, 1 deletion
caosdb-webui
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
1
View file @
20d6e343
...
@@ -26,7 +26,6 @@ variables:
...
@@ -26,7 +26,6 @@ variables:
CI_REVISION
:
f-versioning
CI_REVISION
:
f-versioning
CI_REGISTRY_IMAGE
:
$CI_REGISTRY/caosdb/caosdb-server/caosdb-server-testenv:$CI_REVISION
CI_REGISTRY_IMAGE
:
$CI_REGISTRY/caosdb/caosdb-server/caosdb-server-testenv:$CI_REVISION
image
:
$CI_REGISTRY_IMAGE
stages
:
stages
:
-
setup
-
setup
-
test
-
test
...
@@ -53,6 +52,7 @@ build-testenv:
...
@@ -53,6 +52,7 @@ build-testenv:
# Test: run unit tests of the server
# Test: run unit tests of the server
test
:
test
:
tags
:
[
docker
]
tags
:
[
docker
]
image
:
$CI_REGISTRY_IMAGE
stage
:
test
stage
:
test
script
:
script
:
-
mvn -v
-
mvn -v
...
@@ -66,6 +66,7 @@ test:
...
@@ -66,6 +66,7 @@ test:
# Deploy: Trigger building of server image and integration tests
# Deploy: Trigger building of server image and integration tests
trigger_build
:
trigger_build
:
tags
:
[
docker
]
tags
:
[
docker
]
image
:
$CI_REGISTRY_IMAGE
stage
:
deploy
stage
:
deploy
script
:
script
:
-
/usr/bin/curl -X POST
-
/usr/bin/curl -X POST
...
...
This diff is collapsed.
Click to expand it.
caosdb-webui
@
6e36ca65
Subproject commit
0a0c397312c25438243c073e384debe0b5629193
Subproject commit
6e36ca65ca5950c93bb51a10c94e40a244f7ebcc
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