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
63c6d7eb
Verified
Commit
63c6d7eb
authored
2 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
PIPELINE
parent
62851242
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!66
REL: prepare release 0.8.0
Pipeline
#25756
failed
2 years ago
Stage: info
Stage: test
Stage: deploy
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
with
12 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
63c6d7eb
...
@@ -49,6 +49,12 @@ info:
...
@@ -49,6 +49,12 @@ info:
-
echo "Pipeline triggered by $TRIGGERED_BY_REPO@$TRIGGERED_BY_REF ($TRIGGERED_BY_HASH)"
-
echo "Pipeline triggered by $TRIGGERED_BY_REPO@$TRIGGERED_BY_REF ($TRIGGERED_BY_HASH)"
-
echo "Pipeline will trigger DEPLOY with branch $DEPLOY_REF"
-
echo "Pipeline will trigger DEPLOY with branch $DEPLOY_REF"
-
echo "F_BRANCH = $F_BRANCH"
-
echo "F_BRANCH = $F_BRANCH"
-
echo "WEBUI = $WEBUI"
-
echo "PYLIB = $PYLIB"
-
echo "CPPLIB = $CPPLIB"
-
echo "PYINT = $PYINT"
-
echo "CPPINT = $CPPINT"
-
echo "MYSQLBACKEND = $MYSQLBACKEND"
# Setup: Build a docker image in which tests for this repository can run
# Setup: Build a docker image in which tests for this repository can run
...
@@ -96,6 +102,12 @@ trigger_inttest:
...
@@ -96,6 +102,12 @@ trigger_inttest:
# Renaming variables.
# Renaming variables.
F_BRANCH
:
$CI_COMMIT_REF_NAME
F_BRANCH
:
$CI_COMMIT_REF_NAME
SERVER
:
$CI_COMMIT_REF_NAME
SERVER
:
$CI_COMMIT_REF_NAME
WEBUI
:
$WEBUI
PYLIB
:
$PYLIB
CPPLIB
:
$CPPLIB
PYINT
:
$PYINT
CPPINT
:
$CPPINT
MYSQLBACKEND
:
$MYSQLBACKEND
trigger
:
trigger
:
project
:
caosdb/src/caosdb-deploy
project
:
caosdb/src/caosdb-deploy
branch
:
$DEPLOY_REF
branch
:
$DEPLOY_REF
...
...
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