This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Simple git post-receive script: start Jenkins build | |
# ping Jenkins to kick off a build | |
# (specify IP) | |
curl -X POST -s http://10.x.x.x:8080/view/GUI/job/WebUI_Build/build?delay=0sec |
NewerOlder