|
@ -20,16 +20,21 @@ steps: |
|
|
- name: lint json |
|
|
- name: lint json |
|
|
image: registry.fedy95.com/baseimage-jsonlint:latest |
|
|
image: registry.fedy95.com/baseimage-jsonlint:latest |
|
|
commands: |
|
|
commands: |
|
|
- jsonlint -qc grafana/provisioning/dashboards/docker_containers.json |
|
|
|
|
|
- jsonlint -qc grafana/provisioning/dashboards/i-o-statistics.json |
|
|
|
|
|
- jsonlint -qc grafana/provisioning/dashboards/monitor_services.json |
|
|
|
|
|
- jsonlint -qc grafana/provisioning/dashboards/nexus_host.json |
|
|
|
|
|
- jsonlint -qc grafana/provisioning/dashboards/nginx_container.json |
|
|
|
|
|
- jsonlint -qc grafana/provisioning/dashboards/node-exporter.json |
|
|
|
|
|
- jsonlint -qc grafana/provisioning/dashboards/smart-1.json |
|
|
|
|
|
- jsonlint -qc grafana/provisioning/dashboards/smart-2.json |
|
|
|
|
|
- jsonlint -qc grafana/provisioning/dashboards/smart-3.json |
|
|
|
|
|
- jsonlint -qc grafana/provisioning/dashboards/smart-4.json |
|
|
|
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/esxi/cluster.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/esxi/esx.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/esxi/esxi.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/esxi/virtualmachine.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/esxi/vmware-stats_rev1.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/other/docker_containers.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/other/i-o-statistics.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/other/monitor_services.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/other/nexus_host.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/other/nginx_container.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/other/node-exporter.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/other/smart-1.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/other/smart-2.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/other/smart-3.json |
|
|
|
|
|
- jsonlint --qc grafana/provisioning/dashboards/other/smart-4.json |
|
|
when: |
|
|
when: |
|
|
event: pull_request |
|
|
event: pull_request |
|
|
|
|
|
|
|
|