Nowadays I need to run manually: ``` npm run lint npm test npm run build git checkout master make react git checkout gh-pages git ci -m <commit msg> -a git push origin gh-pages ``` I'd like to automate it in my personal Jenkins-ci instance in Openshift.