add jenkinsfile to prometheus

add graphana scraper to prometheus
This commit is contained in:
2018-11-03 09:05:48 -04:00
parent 41b35c8689
commit d9fab2b2d2
3 changed files with 42 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ node('docker') {
dir(workdir) {
sh """
docker stack deploy -c docker-compose.yml jenkins
docker service update jenkins_app
docker service -q update jenkins_app
"""
}
}