GitHub Commits aren't triggering builds

2016-11-07 Thread Naveen Srinivasan
Hi, We are using jenkins pipeline with github organization. The github hooks are setup by the plugin and there are notifications coming to the repo AFAIK. In the jenkins logs we could see "Received POST for https://github.com/Revature/core"; but the builds aren't being triggered. And our j

log file jnlp docker

2016-11-02 Thread Naveen Srinivasan
Hi, I would like to post the build log from the jnlp docker image I am running to slack. Where would the build log be? Are there any ENV variables to get the log file? Thanks Naveen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To un

Help with invoking scripts via CURL

2016-10-09 Thread Naveen Srinivasan
Hi, I am trying to automate Jenkins fully using helm and kubernetes https://github.com/kubernetes/charts/tree/master/stable/jenkins . By doing this the admin password is available via kubernetes secretes. The goal is to automate bringing up jenkins without logging into the server man