Which groups does the user jenkins belong to?

2014-09-13 Thread Martin Funk
Hi, I'm trying to configure a post-build action, but it fails on a file copy/touch command. In the log output the situation is clear, jenkins is not a member of the group tomcat7, so he doesn't have the right to create that file. Jenkins-Console-Log: [...] SNAPSHOT/web-1.0-SNAPSHOT.war

Jenkins - Copy files to current/next build number path

2014-09-13 Thread techie24by7
Hello All, How you doing. I have question on copying files to current/next build number after build completion. *Path :* (22 is build number) , /var/lib/jenkins/jobs/workspace/builds/22/robot-plugin Thanks -- You received this message because you are subscribed to the Google Groups

Re: Issue while installing jenkins war

2014-09-13 Thread Jason Swager
I'm having the same problem. I'm trying to install Jenkins 1.579 into Tomcat 7 which is running on a Synology NAS server. The only thing I can find is the exception that's listed above. Anyone know how to solve this problem? Jason On Saturday, July 5, 2014 11:50:25 AM UTC-7, Swarup Rakshit

Re: Issue while installing jenkins war

2014-09-13 Thread Daniel Beck
When Jenkins fails to initialize, it tries to execute a user-definable script. But that can only work when Jenkins is already successfully initialized. Will file a bug about this. That said, there should be another SEVERE message just above the null pointer with more details on what the actual

Re: Issue while installing jenkins war

2014-09-13 Thread Jason Swager
From my Tomcat's localhost log file; this is the first part of the file after installing the WAR file. Sep 13, 2014 12:14:16 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class hudson.WebAppMain