Use build parameter as combinations filter in matrix configuration

2013-04-28 Thread Raphau Nowak
Hello, I want to use the parameters I have passed at the beginning of the build on the combined filter. My parameter is a simple choice like: projectname - project1 - project2 - project3 I try use this in combination filter like label==$projectname label=="$projectname" label==${projectname} labe

Re: Use build parameter as combinations filter in matrix configuration

2013-04-28 Thread oliver gondža
Hi, pull request 584 [1] adds this functionality. You can +1 the Jira or the pull request to drag more attention. [1] https://github.com/jenkinsci/jenkins/pull/584 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gr

Re: How can a Jenkins slave get copy of job config.xml from master to uses as build artifact?

2013-04-28 Thread Adam PAPAI
It can be accessed via: http://jenkinsurl/job/jobname/config.xml So perhaps at the very end of your test steps, you should wget/curl it and save it as an artifact. Ed of the Mountain April 26, 2013 7:19 PM What are some approaches for a slave to get a copy of a job's co

Re: Use build parameter as combinations filter in matrix configuration

2013-04-28 Thread Raphau Nowak
Hi and thanks for response and pull request, i hope this will be fast include in jenkins, but your patch exists over 4 months and nothing happens... Am Sonntag, 28. April 2013 18:48:20 UTC+2 schrieb ogondza: > > Hi, > > pull request 584 [1] adds this functionality. You can +1 the Jira or the

'Trigger Builds Remotely' with ?token not working when Matrix Authorization Strategy is used

2013-04-28 Thread Stuart Montgomery
Hey folks, Having a problem with triggering builds with authentication enabled and wondering if anyone has ideas. I have Global Security configured to use LDAP with "Project-based Matrix Authorization Strategy" enabled. The "Anonymous" user has the "Job > Build" privilege, and no other privileg

Re: How to keep Unix process alive after job is completed?

2013-04-28 Thread hezjing
Thanks, it works by create a job parameter BUILD_ID=dontKillMe On Fri, Apr 26, 2013 at 4:16 PM, Riccardo Foschia < riccardo.fosc...@meta-level.de> wrote: > Hi, > > Take a look at https://wiki.jenkins-ci.org/**display/JENKINS/** > ProcessTreeKiller

Job parameters to specify slave's credential?

2013-04-28 Thread hezjing
Hi Currently, we have to choose a pre-configured credential when creating a Jenkins slave. Is it possible that the user specifies the credential via the job parameters instead of using the pre-configured credential? Imagine that I have a job which allows the user to specify which user account on

Slow slave

2013-04-28 Thread Mikael Hugo
Hi, We have installed a slave at a remote office, and we are getting horrible performance during builds. The job is 46 secs on the master and 42 _minutes_ on the slave (not first build when everything is set up). The slave server has more resources than the master. We have tried multiple java

Re: How to keep Unix process alive after job is completed?

2013-04-28 Thread rakesh menon
Hi hezjing, I have a same issue . Was adding the above parameter the only thing you did or do we do any other additional steps? Thanks On Mon, Apr 29, 2013 at 7:35 AM, hezjing wrote: > Thanks, it works by create a job parameter BUILD_ID=dontKillMe > > > On Fri, Apr 26, 2013 at 4:16 PM, Riccar

Re: How to keep Unix process alive after job is completed?

2013-04-28 Thread hezjing
Hi Rakesh On Mon, Apr 29, 2013 at 2:16 PM, rakesh menon wrote: > Hi hezjing, > > I have a same issue . Was adding the above parameter the only thing you > did or do we do any other additional steps? > > Thanks > > > On Mon, Apr 29, 2013 at 7:35 AM, hezjing wrote: > >> Thanks, it works by creat

Re: How to keep Unix process alive after job is completed?

2013-04-28 Thread hezjing
Yes, Rakesh On Mon, Apr 29, 2013 at 2:21 PM, hezjing wrote: > Hi Rakesh > > > On Mon, Apr 29, 2013 at 2:16 PM, rakesh menon wrote: > >> Hi hezjing, >> >> I have a same issue . Was adding the above parameter the only thing you >> did or do we do any other additional steps? >> >> Thanks >> >> >>