Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend_api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
videoag
backend_api
Merge requests
!8
Include commit tag in deploy pipeline
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Include commit tag in deploy pipeline
master
into
live_production
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Simon Künzel
requested to merge
master
into
live_production
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
live_production
live_production (base)
and
latest version
latest version
3b83a3bb
1 commit,
1 year ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
1
Options
trigger-production
:
stage
:
deploy
rules
:
-
if
:
$CI_COMMIT_BRANCH == "live_production"
-
if
:
$CI_COMMIT_BRANCH == "live_production"
&& $CI_COMMIT_TAG !=
null
variables
:
BUILD_TYPE
:
backend_api
UPSTREAM_COMMIT_SHA
:
$CI_COMMIT_SHA
UPSTREAM_COMMIT_TAG
:
$CI_COMMIT_TAG
trigger
:
# Pipeline B in other project can only be triggered if the user triggering this pipeline has permission to trigger B
project
:
videoag_infra/production
Loading