Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
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
Show more breadcrumbs
videoag
frontend
Commits
9f3d3f5e
Verified
Commit
9f3d3f5e
authored
11 months ago
by
Dorian Koch
Browse files
Options
Downloads
Patches
Plain Diff
Add commit tag to ci
parent
e90a9b34
No related branches found
No related tags found
1 merge request
!15
Add meta tag and add commit tag to gitlab pipeline
Pipeline
#6163
canceled
11 months ago
Stage: test
Changes
1
Pipelines
5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
9f3d3f5e
trigger-production
:
trigger-production
:
stage
:
deploy
stage
:
deploy
rules
:
rules
:
-
if
:
$CI_COMMIT_BRANCH == "live_production"
-
if
:
$CI_COMMIT_BRANCH == "live_production"
&& $CI_COMMIT_TAG !=
null
variables
:
variables
:
BUILD_TYPE
:
frontend
BUILD_TYPE
:
frontend
UPSTREAM_COMMIT_SHA
:
$CI_COMMIT_SHA
UPSTREAM_COMMIT_SHA
:
$CI_COMMIT_SHA
UPSTREAM_COMMIT_TAG
:
$CI_COMMIT_TAG
trigger
:
trigger
:
# Pipeline B in other project can only be triggered if the user triggering this pipeline has permission to trigger B
# Pipeline B in other project can only be triggered if the user triggering this pipeline has permission to trigger B
project
:
videoag_infra/production
project
:
videoag_infra/production
...
...
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