97cdaa8114
This publisher allows to check an URL after the build steps. It requires the sitemonitor plugin from https://wiki.jenkins-ci.org/display/JENKINS/SiteMonitor+Plugin Change-Id: I83026e4db9bd7975a34b7d8e015a4a73c3b09ae8
6 lines
124 B
YAML
6 lines
124 B
YAML
publishers:
|
|
- sitemonitor:
|
|
sites:
|
|
- url: http://foo.example.com
|
|
- url: http://bar.example.com:8080/
|