Triggering jenkins build over ssh?
问题 I'm trying to trigger a Jenkins build from a USS (unix on z/os) git repository. The jenkins server is running in tomcat on my local windows machine. Most examples on the web describe a solution like this: http://www.andyfrench.info/2015/03/automatically-triggering-jenkins-build.html and I managed to get that working on my home pc from a local windows-based git repo to my locally running jenkins server. Basically, this involves creating a post-commit hook and invoking a special Jenkins git