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 endpoint via cURL. The only issue is, my organization did not install cURL on USS, so we have to do everything over ssh.
Is there a way to create a post-commit hook script on a USS system that invokes a jenkins build on windows without using cURL (likely ssh)?
My setup is: git on z/os (commit) -> trigger jenkins pipeline (on windows) -> which does some stuff to build, populate various repos on