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
Merge requests
!20
cicd: stop triggering the webservice repo for deployment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
cicd: stop triggering the webservice repo for deployment
disable-triggering
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Burak Hançerli
requested to merge
disable-triggering
into
master
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6fb9d252
1 commit,
1 year ago
1 file
+
0
−
33
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cicd/stages/trigger.yml deleted
100644 → 0
+
0
−
33
Options
# 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
Loading