Re: Build help!

2012-08-24 Thread Sami Tikka
Have you read https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service ? I assume you used the native windows package to install Jenkins. I think you can follow the advice at the end of the page or if that is too difficult, then use the method described at the beginn

Re: msbuild how to specify a project to build in a solution?

2012-08-24 Thread Richard J
> > It's really simple, just run msbuild with the solution file as the project- > I used to use the MSBuild plugin, but for me, it caused nothing but > complications, expeciually with parameter parsing, escaping quotes etc. > So, instead, put these commands in a cmd file that you keep under sour

Looking for Help with M2 Release Plugin and Hudson

2012-08-24 Thread sdoca sdoca
Hi, I'm using Hudson and am looking for some help with the M2 Release Plugin (http://wiki.hudson-ci.org/display/HUDSON/M2+Release+Plugin) which is being maintained in the Jenkins space.  If there's a different list/forum that's more appropriate to ask questions about this plugin and Hudson, I'd

Re: Mac OSX slave timeouts

2012-08-24 Thread Sami Tikka
Just to rule out the obvious culprits: - The Mac hardware is in good general health? - There is plenty of free memory? The system is not swapping? - There isn't some process running and taking a lot of cpu? Spotlight indexing, Time Machine backup, some anti-virus real-time scanner? Even though

Perforce plugin and Globa Password from EnvInject ?

2012-08-24 Thread Richard J
The newer versions of the plugin EnvInject can create a GlobalPassword. Since I have the same Perforce password entered separately in about 100 jobs, it would be nice to use this feature. Any plans to support it in the Perforce plugin?

Re: scaling jenkins to multiple projects without copying the projects

2012-08-24 Thread krishna chaitanya kurnala
You can try using Jenkins CLI for updating Jobs in Bulk or even even scripting interface (your jenkins URL/script Recommend the following Links: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console Thanks, Thanks, Krishna Chai

Re: scaling jenkins to multiple projects without copying the projects

2012-08-24 Thread Les Mikesell
On Fri, Aug 24, 2012 at 10:57 AM, Martin d'Anjou wrote: > What is the plan to scale up Jenkins to handle a very large number of > projects? > > Right now, I have 3 projects in Jenkins. They all have the same build flow, > so any improvement or plugin I add to one of them, I manually copy it to the

Mac OSX slave timeouts

2012-08-24 Thread Chuck Doucette
We are running Jenkins 1.478. The master node is running on Windows 2003 (xp). It has 3 slaves - 2 other Windos machines and 1 Mac. The mac machine was working fine - then when I attempted to upgrade the O/S (from Snow Leopard to Lion) it failed due to disk errors. I've since reconstituted the mac

Re: parametrized trigger plugin issues

2012-08-24 Thread marathiboy
yup :-) you are the man!! I hate it when these options are hidden, even when in use...:-( regards, M -- View this message in context: http://jenkins.361315.n4.nabble.com/parametrized-trigger-plugin-issues-tp4638535p4638548.html Sent from the Jenkins users mailing list archive at Nabble.com.

promotion config.xml url

2012-08-24 Thread AnthonyJ
we need help figuring out the url to the promotion config.xml This works for a job: http://SERVER/job/JOBNAME/config.xml But this does not work for a promotion config? http://

Re: parametrized trigger plugin issues

2012-08-24 Thread cjo
On project B check that you do not have the "Block when upstream projects are building" under the "Advanced Project Options" section set, as this will cause this behaviour. Chris. On Friday, August 24, 2012 2:08:10 PM UTC+1, marathiboy wrote: > > Hello, > > I have two projects say A and B. B

scaling jenkins to multiple projects without copying the projects

2012-08-24 Thread Martin d'Anjou
What is the plan to scale up Jenkins to handle a very large number of projects? Right now, I have 3 projects in Jenkins. They all have the same build flow, so any improvement or plugin I add to one of them, I manually copy it to the other two. As we are about to bring more projects to Jenkins, thi

Re: The Ivy Plugin

2012-08-24 Thread Ales Nosek
While I was working on a build system for our company I also tried to use "Ivy project" type jobs. However, I found out that Ivy project jobs have limitations against the Free-style jobs, for example it imposes using the Ant Builder but I needed to run a shell script. So, we use Free-style jobs an

Re: Jenkins and Ivy

2012-08-24 Thread Ales Nosek
Yes, I use the approach you mentioned, it works perfectly. The ivysettings.xml snippet: On Wed, Aug 22, 2012 at 8:12 PM, David Weintraub wrote: > > I was thinking somehow to include the Jenkins Executor Number to > eliminate this conflict. I might end up with multiple local > repositories, b

RE: Warnings plugin; Can I exclude certain warnings?

2012-08-24 Thread Matthew.Webber
Hi Mark, That’s not a bad idea, but I still want the deprecation warnings to be available to developers when working in their IDE. For complex reasons, the build system uses the IDE settings for warnings … anyhow, I have a few ideas I can try. Matthew From: jenkinsci-users@googlegroups.com [ma

Re: Warnings plugin; Can I exclude certain warnings?

2012-08-24 Thread Mark Waite
Couldn't you also exclude the generation of the deprecation warnings from your compilation command?  If you're using Java as your language, I believe the Sun Java compiler has a way to exclude specific compiler warnings. Mark Waite > > From: "matthew.web...@dia

RE: Warnings plugin; Can I exclude certain warnings?

2012-08-24 Thread Matthew.Webber
Thanks for the comprehensive reply, Ulli. > -Original Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ullrich > Hafner > Sent: 24 August 2012 15:02 > To: jenkinsci-users@googlegroups.com > Subject: Re: Warnings plugin; Can I exclu

Re: Warnings plugin; Can I exclude certain warnings?

2012-08-24 Thread Ullrich Hafner
On 08/24/2012 11:20 AM, matthew.web...@diamond.ac.uk wrote: > The Jenkins Warnings plugin > (https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin) allows us to > select (via a regex) which files we want to analyse. However, I could not see > any way to exclude certain warnings we are not

Re: SVN credentials re-use in shell script, later in the build job

2012-08-24 Thread marathiboy
Hello, I use it and it just works..I added svn command (like svn info) within build step - execute shell and it works without any issues. I actually wrote a script and call that script within execute shell M -- View this message in context: http://jenkins.361315.n4.nabble.com/SVN-credentials-

parametrized trigger plugin issues

2012-08-24 Thread marathiboy
Hello, I have two projects say A and B. Both are working fine on their own. Both are parameterized maven builds (the same params). I need to add a dependency such that A depends on B to complete first. So In the configuration of A, I added, a pre-build step of "Trigger call builds on other projec

Re: Jenkins Android Emulator plugin is no longer working

2012-08-24 Thread Christopher Orr
Hi there, Somebody else already reported this to me and filed an issue about it: http://jenkins-ci.org/issue/14901 It seems to be an issue starting with SDK Tools r20.0.3 -- I'll check it out. Regards, Chris On 08/23/2012 11:52 PM, Sam Xiao wrote: Hi all, I updated the Android SDK in my

Re: Build help!

2012-08-24 Thread Dennis Planting
Den fredagen den 24:e augusti 2012 kl. 09:58:40 UTC+2 skrev Richard Bywater: > > Looks like the user that is being used to run Jenkins doesn't have > permission to that directory (looks like lack of write permissions) > > Assuming that this is a Windows 7/2008/similar machine then I think > yo

SVN credentials re-use in shell script, later in the build job

2012-08-24 Thread Michael Hüttermann
Hello, is there a way to re-use the Subversion account (password), stored via Jenkins, for further access to Subversion, later, via shell build step, in the same build job? In my Jenkins build job, I connect to and checkout out sources from Subversion. Auth is done with via once entering username

Warnings plugin; Can I exclude certain warnings?

2012-08-24 Thread Matthew.Webber
The Jenkins Warnings plugin (https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin) allows us to select (via a regex) which files we want to analyse. However, I could not see any way to exclude certain warnings we are not interested in. Can this be done? Use case: We have a large, old cod

Re: combine periodic build and "Build after other projects are built"

2012-08-24 Thread cjo
No both triggers are independent, so will trigger every two days AND when the upstream project finishes. I don't think there is any way at the moment of doing the other case, which is trigger the project at a certain point only if the upstream project has run since the previous one. I think th

Re: Build help!

2012-08-24 Thread Richard Bywater
Looks like the user that is being used to run Jenkins doesn't have permission to that directory (looks like lack of write permissions) Assuming that this is a Windows 7/2008/similar machine then I think you'd be best off not having Jenkins in the Program Files directory as I've had nothing but pro

Build help!

2012-08-24 Thread Dennis Planting
Hi, can you guys please help me with my error http://pastebin.com/GXPF8fxriam trying to upload a file to a build!

Re: 'This node is offline because it uses old slave.jar'

2012-08-24 Thread Pawel
Linux slaves will automatically update required jar, but Windows machines will not. Each Jenkins version requires specific slave.jar to be on all machines, otherwise it will turn them offline, until proper version is place there. You need to do this manually. [stop the service before doing so a