Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Qt Design Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
Design Studio
QML Viewer Projects
Qt Design Viewer
Commits
6fb9d252
Verified
Commit
6fb9d252
authored
11 months ago
by
Burak Hançerli
Browse files
Options
Downloads
Patches
Plain Diff
cicd: stop triggering the webservice repo for deployment
parent
7aac2d56
No related branches found
No related tags found
1 merge request
!20
cicd: stop triggering the webservice repo for deployment
Pipeline
#70892
canceled
11 months ago
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cicd/stages/trigger.yml
+0
-33
0 additions, 33 deletions
cicd/stages/trigger.yml
with
0 additions
and
33 deletions
cicd/stages/trigger.yml
deleted
100644 → 0
+
0
−
33
View file @
7aac2d56
# these are trigger jobs for the downstream pipeline in Design Viewer Web Service project
.trigger-common
:
variables
:
# these variables are passed to the downstream pipeline
QDS_CI_PARENT_PIPELINE_ID
:
${CI_PIPELINE_ID}
QDS_CI_ARTIFACT_JOB_ID
:
${PREVIOUS_JOB_ID}
QDS_CI_PARENT_PROJECT_ID
:
${CI_PROJECT_ID}
needs
:
-
job
:
build-wasm
artifacts
:
true
optional
:
true
trigger
:
project
:
design-studio/design-viewer/design-viewer-web-service
branch
:
master
strategy
:
depend
forward
:
yaml_variables
:
true
pipeline_variables
:
false
trigger-test-deployment
:
extends
:
.trigger-common
stage
:
build
rules
:
-
if
:
$CI_COMMIT_TAG ==
null
trigger-prod-deployment
:
extends
:
.trigger-common
stage
:
release
rules
:
-
if
:
$CI_COMMIT_TAG
needs
:
-
job
:
create-release
variables
:
QDS_CI_PARENT_PIPELINE_RELEASE_TAG
:
$CI_COMMIT_TAG
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