Re: Problem with Jenkins behind Apache

2014-07-12 Thread Jon Schewe
Never mind, I just found the answer: https://groups.google.com/forum/#!topic/jenkinsci-issues/2s2DeNtpxwM On Sat, Jul 12, 2014 at 10:56 PM, Jon Schewe wrote: > I read the documentation on setting up Jenkins behind Apache and finally > got rid of the warning about the reverse proxy being setup w

Problem with Jenkins behind Apache

2014-07-12 Thread Jon Schewe
I read the documentation on setting up Jenkins behind Apache and finally got rid of the warning about the reverse proxy being setup wrong. That was fixed by putting my configuration for Jenkins directly inside the VirtualHost directive. Once I did that, the warning went away. However now I've got t

Re: $changes does not send change log in email

2014-07-12 Thread novamine118
I would recommend using the extended email plugin. start with this script and change it to meet your needs.

Re: Jenkins not displaying the pmd and checkstyle voilation errors. 7ㄱ

2014-07-12 Thread Chang Yul Choi
)? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: Jenkins not displaying the pmd and checkstyle voilation errors.

2014-07-12 Thread Ulli Hafner
See https://issues.jenkins-ci.org/browse/JENKINS-22252 and proposed workaround with freestyle project type. Am 12.07.2014 um 09:18 schrieb Rohith Acharya : > What could be possibly going wrong? > > On Saturday, July 12, 2014 12:47:03 PM UTC+5:30, Rohith Acharya wrote: > I have a maven project

Re: Jenkins not displaying the pmd and checkstyle voilation errors.

2014-07-12 Thread Rohith Acharya
What could be possibly going wrong? On Saturday, July 12, 2014 12:47:03 PM UTC+5:30, Rohith Acharya wrote: > > I have a maven project with four different modules(basically four > different pom.xml) files. I have configured all of them to pick up the pmd > and checkstyle results. Still the jenki

Jenkins not displaying the pmd and checkstyle voilation errors.

2014-07-12 Thread Rohith Acharya
I have a maven project with four different modules(basically four different pom.xml) files. I have configured all of them to pick up the pmd and checkstyle results. Still the jenkins is not picking up the voilations file and displaying the error results. It gives the exception trace like this.