Re: remove "copy job" option

2012-10-19 Thread Kohsuke Kawaguchi
It's high time we decompose that page into a set of descriptors, which can then be individually filtered out by an existing extension point. This has been on the radar for a while. I'll give it a shot. 2012/10/19 Nord, James : > Hi all, > > > > Is it possible to remove the “Copy Existing”… option

Re: MsDev Automation

2012-10-19 Thread Jason Swager
As part of that batch command, add a "SET" to show you all the environment variables. Then compare to a SET from the command prompt. I suspect that you'll see several differences which account for msdev not working as you would expect. Jason On Friday, October 19, 2012 2:29:47 PM UTC-7, Engle

MsDev Automation

2012-10-19 Thread Engler
I'm trying to automate a Visual Studi C++ 6 project build. Runing the msdev.com command on the host computer's command prompt and the remote computers command prompt has no issues. It when I try to run the command through jenkins as a post build windows batch command that causes me issues. T

Maven - freestyle project issue

2012-10-19 Thread Robert E-K
Hi all, I am fairly new user to Jenkins… As I wanted to hookup Jacoco discovered that it is not show up in a Maven 2/3 project (that’s another story) so moved towards setting up Freestyle Project with a build step to Invoke Maven 3. – with that I am getting the following error: "Maven 'maven'

Re: Change java.io.tmpdir on master node | version 1.482

2012-10-19 Thread ilikeflex
It worked.. Thanks Richard On Friday, October 19, 2012 2:40:45 PM UTC-4, Richard Mortimer wrote: > > > On 19/10/2012 19:25, ilikeflex wrote: > > Hi > > > > I am running jenkins server from command line > > > > java -jar jenkins-1.482.war > > JAVA_OPTS="-Djava.io.tmpdir=/opt/webapp/jenki

Re: Automatic diagram

2012-10-19 Thread Chris Withers
For the visualisation, you could always try Mike Bostock's excellent D3.js... Chris On 28/09/2012 18:25, Stefan Wolf wrote: Hi, since I am the maintainer and creater of the plugin, I would not say that it is not maintained anymore. I hopefully will find some time soon to restructure the code

Re: Change java.io.tmpdir on master node | version 1.482

2012-10-19 Thread Richard Mortimer
On 19/10/2012 19:25, ilikeflex wrote: Hi I am running jenkins server from command line java -jar jenkins-1.482.war JAVA_OPTS="-Djava.io.tmpdir=/opt/webapp/jenkins-1.482/tmp" --httpPort=8081 try removing the JAVA_OPTS= and I also think you need to put the -D before -jar java -Djava.io.tmpd

Change java.io.tmpdir on master node | version 1.482

2012-10-19 Thread ilikeflex
Hi I am running jenkins server from command line java -jar jenkins-1.482.war JAVA_OPTS="-Djava.io.tmpdir=/opt/webapp/jenkins-1.482/tmp" --httpPort=8081 I want to change the java.io.tmpdir. Currently it is pointing to /tmp on my Unix Box. How can i change the java.io.tmpdir. The above comm

Re: installed plugins checkstyle and findbugs in Jenkins but nothing shows in dashboard

2012-10-19 Thread Ulli Hafner
Did you enable Checkstyle and Findbugs in your build? The plug-ins only visualize the results. Ulli Am 19.10.2012 um 16:26 schrieb Matt : > Hi > i installed plugins checkstyle and findbugs in Jenkins but nothing shows in > dashboard. > in the configure menu > Build Settings i check "Publish

Antwort: Re: Binding several jenkins users together

2012-10-19 Thread Andreas Schilling
hi everyone! I was on holidays for a while, so I'm a bit late with my reply :-) I wonder if that plugin would also fix the problem I'm referring to here? http://jenkins.361315.n4.nabble.com/Jenkins-keeps-forgetting-user-rights-td4639657.html Kind regards. Andreas Schilling CAE Processes & Data

Re: Embedding parameterized jobs

2012-10-19 Thread Jan
nobody ? :-)

How to get current slave's label value in the triggered job?

2012-10-19 Thread Garry
Hi, I use multi-configuration job which uses one configuration axis - "Slaves". All slaves have labels. Is it possible to get current slave label value in the shell scripts of the job? So far I saw only NODE_LABELS variable which contains "Whitespace-separated list of labels that the node is as

installed plugins checkstyle and findbugs in Jenkins but nothing shows in dashboard

2012-10-19 Thread Matt
Hi i installed plugins checkstyle and findbugs in Jenkins but nothing shows in dashboard. in the configure menu > Build Settings i check "Publish Checkstyle analysis results" and "Publish FindBugs analysis results" yet i still see nothing in menu. in the user manual: https://wiki.jenkins-ci.o

remove "copy job" option

2012-10-19 Thread Nord, James
Hi all, Is it possible to remove the "Copy Existing"... option when creating a new job (either by writing a plugin, or config - ideally I do not want to edit the jelly files for each Jenkins release). If so any pointers? Regards, /James ***

Re: Cannot Start Jenkins Service due to Firewall

2012-10-19 Thread Forest Handford
That worked (creating jenkins.exe.config)! Thank you both so much for the help, I really appreciate it! On Fri, Oct 19, 2012 at 3:47 AM, Baptiste MATHUS wrote: > OK, so that's a Windows thing. We don't use the jenkins.exe wrapper, even > on our windows slaves. > > Cheers > > > 2012/10/19 Paul

Re: violations plugin ( perlcritic ) question

2012-10-19 Thread Kamal Ahmed
nm, solved removed --verbose 3 switch > > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Sent: Thursday, October 18, 2012 10:48 PM >Subject: violations plugin ( perlcritic ) question > > >Hi, >What format is acceptable to the PerlCritic TYPE in v

Re: Cannot Start Jenkins Service due to Firewall

2012-10-19 Thread Baptiste MATHUS
OK, so that's a Windows thing. We don't use the jenkins.exe wrapper, even on our windows slaves. Cheers 2012/10/19 Paul > > We had the same problem starting Jenkins as a windows service. The > following link describes how to stop Jenkins accessing the internet on > startup - its to do with it b

Re: Cannot Start Jenkins Service due to Firewall

2012-10-19 Thread Paul
We had the same problem starting Jenkins as a windows service. The following link describes how to stop Jenkins accessing the internet on startup - its to do with it being a signed executable. http://groups.google.com/group/jenkinsci-dev/browse_thread/thread/227ff66141d85438/02c004b9704dc5a4?show