Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DAACDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Syed Bilal Raees
DAACDemo
Commits
87fa5173
Commit
87fa5173
authored
Apr 18, 2023
by
Waqas Riaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated .gitlab-ci.yml
parent
7f779ab2
Pipeline
#4170
failed with stages
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
25 deletions
+11
-25
.gitlab-ci.yml
.gitlab-ci.yml
+11
-25
No files found.
.gitlab-ci.yml
View file @
87fa5173
...
...
@@ -15,11 +15,6 @@ build_dashboards_job:
-
scripts/build_dashboards.sh
-
echo "Promoting json artifacts to artifactory"
-
scripts/promote_dashboard_artifacts.sh
#Introduced in GitLab 12.3, our version is 11.7.4
# rules:
# - changes:
# - dashboards/*
# - when: manual
tags
:
-
ci-test
only
:
...
...
@@ -38,18 +33,10 @@ build_alerts_job:
-
scripts/build_alerts.sh
-
echo "Promoting json artifacts to artifactory"
-
scripts/promote_alerts_artifacts.sh
#Introduced in GitLab 12.3, our version is 11.7.4
# rules:
# - changes:
# - alerts/*
# - alerts-config/*
# - when: manual
only
:
changes
:
-
alerts/*
-
alerts-config/*
when
:
-
manual
tags
:
-
ci-test
# only:
...
...
@@ -64,12 +51,11 @@ deploy_dashboards_job:
script
:
-
echo "Deploying dasbhoards"
-
scripts/deploy_dashboards.sh
#Introduced in GitLab 12.2, our version is 11.7.4
# needs:
# - job:
# - build_dashboards
dependencies
:
-
build_dashboards
only
:
variables
:
-
$CI_PIPELINE_SOURCE == "manual"
changes
:
-
dashboards/*
tags
:
-
cd-test
# only:
...
...
@@ -84,12 +70,12 @@ deploy_alerts_job:
script
:
-
echo "Deploying alerts"
-
scripts/deploy_alerts.sh
#Introduced in GitLab 12.2, our version is 11.7.4
# need
s:
# - job:
# - build_alerts
dependencies
:
-
build_alerts
only
:
variable
s
:
-
$CI_PIPELINE_SOURCE == "manual"
changes
:
-
alerts/*
-
alerts-config/*
tags
:
-
cd-test
# only:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment