I have a webservice hosted at openshift along with a Jenkins setup. I want a jenkins build to happen for each push. My question is;
do I push to myapp? or push to jenkins?
For instance I would like for the whole codebase to be on jenkins git, and then be able to deploy war files into the webapp.