Re: Beta release of Gerrit Trigger plugin 2.11.0

2013-11-28 Thread Øyvind Harboe
Hi Robert, I installed the beta because I would like to switch from the ssh commands to REST API commands in order to more carefully manage which email notifications are sent out. Is there any documentation or pointers on how I can change the line below, which adds a comment that a build was

jenkins/git - running build chain for a specific set of commit IDs of submodules

2013-11-28 Thread Sebastian Stickel
Hi there, we have a git meta project which consists of submodules. All code is found in these submodules. Changes to a submodule are pushed to its master branch manually by the developer. When the changes on one or more submodules should be made official we run a release script on these

Re: hudson.maven.MavenVersionCallable.call throws NullPointerException

2013-11-28 Thread seiyamiro
why not install Maven manually by zip file? and config maven in jenkins seiyamiro From: Yasuyuki Nakamura Date: 2013-11-28 15:17 To: jenkinsci-users Subject: hudson.maven.MavenVersionCallable.call throws NullPointerException Hi guys, I tried to install Maven via Jenkins automatically

Ongoing issue with Active Directory plugin

2013-11-28 Thread David Aldrich
Hi I am running Jenkins 1.509.4 LTS with Jenkins Active Directory Plugin v.1.33. In Jenkins Configure Global Security Authorization Project-based Matrix Authorization Strategy, I see the following error for one or more users: Failed to test the validity of the user name username (show

SVN Release Manager plugin: can't rebuild a failed build?

2013-11-28 Thread Jirong Hu
The build fails when there is a change in the source code: FATAL: No such property: path for class: hudson.scm.Subversion Release ChangeLogSet$Path. e.g. Revision 49 build failed on build #5. The build #6 will pass and it says: At revision 49 no change for

RE: Beta release of Gerrit Trigger plugin 2.11.0

2013-11-28 Thread Sandell, Robert
The notify parameter is not something you can set (yet), there is probably still much that can be done to enhance the usage of the REST API. The only thing that is used from the command settings is the contents of the message. Robert Sandell Software Tools Engineer - SW Environment and Product

Re: HTTP session increases and out of memory

2013-11-28 Thread dennys
This issue is fixed in Monitor plugin 1.48, thanks for the author. See https://issues.jenkins-ci.org/browse/JENKINS-20532 -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/HTTP-session-increases-and-out-of-memory-tp4680122p4682848.html Sent from the Jenkins users mailing

Build Fails with Failed to install JDK. Exit code=1,603

2013-11-28 Thread Michael Martfel
Hello, I am having issues with my first build with Jenkins. My Master Jenkins is on Ubuntu 12.03 LTS. Jenkins ver. 1.509.4 Trying to run a build on a Windows 2008 R2 slave. I am a newbie with Jenkins and your help is much appreciated. *This is the error I receive in the Windows Jenkins

How to start/stop tomcat from Jenkins?

2013-11-28 Thread Dung Nguyen Minh
Hi, 1/ Can you tell me how to start/stop tomcat from Jenkins? 2/ How to upload a file to any tomcat directory from Jenkins? Thanks -- 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,

Re: How to start/stop tomcat from Jenkins?

2013-11-28 Thread Maciej Jaros
Dung Nguyen Minh (2013-11-29 05:20): Hi, 1/ Can you tell me how to start/stop tomcat from Jenkins? /etc/init.d/tomcat stop - you might want to stop tomcat in pre-build step to avoid the need to wait for it before deploying. /etc/init.d/tomcat start 2/ How to upload a file to any tomcat

Re: How to start/stop tomcat from Jenkins?

2013-11-28 Thread Dung Nguyen Minh
Hi Nux, I'm newbie. I want to start/stop Tomcat directly from Jenkins? Can you show me step by step? Thanks. Vào 13:48:58 UTC+7 Thứ sáu, ngày 29 tháng mười một năm 2013, maciej đã viết: Dung Nguyen Minh (2013-11-29 05:20): Hi, 1/ Can you tell me how to start/stop tomcat from Jenkins?

Re: hudson.maven.MavenVersionCallable.call throws NullPointerException

2013-11-28 Thread Yasuyuki Nakamura
I think it is a bug. Because Jenkins should not throw null pointer exception. Currently I'm going to install maven manually as workaround. On Thursday, November 28, 2013 11:20:43 PM UTC+9, seiyamiro wrote: why not install Maven manually by zip file? and config maven in jenkins