Skip to content

Commit

Permalink
Merge pull request apache#12 from ayush-san/zmaster
Browse files Browse the repository at this point in the history
using zomato fork of airflow-prometheus-exporter
  • Loading branch information
Himansh1306 authored Mar 23, 2020
2 parents 8ac0605 + 1ae36e2 commit 776eb97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ pipeline {
if (branch == "zmaster") {
webserver_config = 'webserver_config-prod.py'
airflow_cfg = 'airflow-prod.cfg'
airflow_prometheus_exporter = 'git+https://github.com/ayush-san/airflow-prometheus-exporter.git@master'
airflow_prometheus_exporter = 'git+https://github.com/Zomato/airflow-prometheus-exporter.git@v1.0.8'
} else if (branch == "zstaging") {
webserver_config = 'webserver_config-staging.py'
airflow_cfg = 'airflow-staging.cfg'
airflow_prometheus_exporter = 'git+https://github.com/ayush-san/airflow-prometheus-exporter.git@master'
airflow_prometheus_exporter = 'git+https://github.com/Zomato/airflow-prometheus-exporter.git@v1.0.8'
} else {
webserver_config = 'webserver_config-dev.py'
airflow_cfg = 'airflow-dev.cfg'
airflow_prometheus_exporter = 'git+https://github.com/ayush-san/airflow-prometheus-exporter.git@master'
airflow_prometheus_exporter = 'git+https://github.com/Zomato/airflow-prometheus-exporter.git@v1.0.8'
}
sh "docker build -t zdp-airflow:${branch} --build-arg WEBSERVER_CONFIG=${webserver_config} " +
"--build-arg AIRFLOW_CFG=${airflow_cfg} --build-arg " +
Expand Down

0 comments on commit 776eb97

Please sign in to comment.