Re: Error 404 Html Publisher Plugin

2013-09-06 Thread Vivekanand S V
Fix is rolled in 1.530, you can wait for it. I'll be out soon I hope On Fri, Sep 6, 2013 at 11:56 PM, Karthik Kumar Bachu < karthik.ba...@gmail.com> wrote: > Downgrade jenkins from 1.529 to 1.527, it worked for me after downgrading. > > On Friday, August 30, 2013 9:56:17 AM UTC-4, Sascha wrote:

SetLabelString()

2013-09-06 Thread Eric Pyle
I'm trying to change the (manually assigned) labels for a node in Groovy. I found I could get the labels with getLabelString(). So it seemed logical that I could use hudson.model.Node.setLabelString(String string) to assign a new set of labels, just as if I had gone into the configure page for

Re: build flow job artifacts

2013-09-06 Thread Les Mikesell
On Fri, Sep 6, 2013 at 12:32 PM, James Nord (jnord) wrote: > Hi Les, > > I don't think there is a way to get the svn to checkout the same revision > (however I may be wrong.) > But you can have one build checkout the code - and then archive that builds > workspace "as an SCM", and then get your

Re: Choosing the slave to run the project

2013-09-06 Thread Eric Pyle
I think the NodeLabel Parameter Plugin would do this. Eric On 9/6/2013 5:49 AM, Mateusz Polan'ski wrote: I want to have an upstream build, in which you choose other builds that have to be run, and the slaves on which the

Re: Password for unknown user

2013-09-06 Thread k . thieling
You should be able to edit the main Jenkins config.xml file.  With Active Directory on it should look something like this:   true         somedomain.com     BunchOfLettersAndNumbers=   Update it to look something like this (make a backup first : ) ): true     Then res

Re: Error 404 Html Publisher Plugin

2013-09-06 Thread Karthik Kumar Bachu
Downgrade jenkins from 1.529 to 1.527, it worked for me after downgrading. On Friday, August 30, 2013 9:56:17 AM UTC-4, Sascha wrote: > > Hi everyone, > > I have a very simple MSBuild project in Jenkins that produces code > coverage information. > When trying to use the link provided by Html Pub

RE: build flow job artifacts

2013-09-06 Thread James Nord (jnord)
Hi Les, I don't think there is a way to get the svn to checkout the same revision (however I may be wrong.) But you can have one build checkout the code - and then archive that builds workspace "as an SCM", and then get your other jobs to checkout from that build. (ie have a job that only does a

Re: Continuous Merge between Branches in Jenkins

2013-09-06 Thread Mark Waite
The git plugin can merge after pulling the latest source code and before compiling. At the end of the job, it can push the merge results back. I've used it with good success for quite a while. I believe the Subversion plugin has similar capabilities, though I have no experience doing it. Mark W

Continuous Merge between Branches in Jenkins

2013-09-06 Thread Kamal Ahmed
Hi, Is there a tried and working way of automatically merging between two branches using Jenkins ? Has someone a working system and what plugin are you using? Thanks, -Kamal. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

build flow job artifacts

2013-09-06 Thread Les Mikesell
I'd like to use the build flow plugin as an alternative to a matrix build to run approximately the same job on different platforms but with a bit more control. But, is there any way to (a) ensure that the jobs it triggers all build from the same (subversion) revision that triggered the parent, and

Password for unknown user

2013-09-06 Thread lance . e . mead . ctr
While attempting to set up Active Directory security was turned on. Now Jenkins requires a User and Password and does not accept the current user's information. Uninstalling and reinstalling Jenkins does not remove the required login. Uninstalling and wiping the registry of Jenkins entries a

Jenkins Log4j warning

2013-09-06 Thread Gaurang shah
Hi Guy, I have configured log4j in my project, however the problem is when i run that in jenkins i get following log4j jenkins. have i missed something in log4j.properties file or have i misplaced it ?? I am using maven project. *Error Messages* log4j:WARN No appenders could be found for log

Redirect stdout to surefire reports

2013-09-06 Thread Gaurang shah
Hi Guys, In the surefire reports on jenkins when a test case fails it shows both stacktrace and stdout. Is there any way it shows stdout even when test case passes. Gaurang Shah -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Re: Git push back changes

2013-09-06 Thread David Karlsen
Yes - native git works like a charm - thanks! Any idea if the jgit imp. will be fixed to address this? 2013/9/5 David Karlsen > Yeah - I'm left with some BOFH operating Jenkins - and it's installed on > an ancient RHEL5 box which have no git binaries. > We can compile it by hand (in fact I have

RE: Choosing the slave to run the project

2013-09-06 Thread Mateusz Polański
I want to have an upstream build, in which you choose other builds that have to be run, and the slaves on which they need to be performed. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Choosing-the-slave-to-run-the-project-tp4677458p4677463.html Sent from the Jenkins u

Re: Choosing the slave to run the project

2013-09-06 Thread Tan Yeong Sheng
Use the label to push builds onto a certain group labelled set of slaves On 6 Sep 2013 16:52, "Mateusz Polański" wrote: > Is there a possibility to choose the slave on which a build can be run > using > an environmental variable? > > > > -- > View this message in context: > http://jenkins-ci.3613

RE: Choosing the slave to run the project

2013-09-06 Thread Matthew.Webber
I don't think an environment variable can be used, but in the job configuration you can specify "Restrict where this project can be run". Do you want to change the slave from run to run? If you tell the group what you are trying to achieve, you are more likely to get a useful suggestion. >

Re: Choosing the slave to run the project

2013-09-06 Thread Vivekanand S V
When you use multi-configuration job you can select the slave by adding "Slaves" under the "Configuration Matrix section". Once you do that, you can select the slave(s) on which this job needs to be run. On Fri, Sep 6, 2013 at 2:21 PM, Mateusz Polański < mp.mateusz.polan...@gmail.com> wrote: > I

Choosing the slave to run the project

2013-09-06 Thread Mateusz Polański
Is there a possibility to choose the slave on which a build can be run using an environmental variable? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Choosing-the-slave-to-run-the-project-tp4677458.html Sent from the Jenkins users mailing list archive at Nabble.com. -

How to publish to database with Jenkins

2013-09-06 Thread Ho Yeung Lee
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/d4373df2-e9fd-4896-913c-f626e2cf03ed/got-many-errors-after-import-database-to-database-project-in-vs2012 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

How to find out WHY a job was executed on a specific slave?

2013-09-06 Thread Dirk Heinrichs
Hi, yesterday Jenkins executed two subsequent builds of the same job on different slaves, although the slave which ran the first build was idle when the second build started. Doesn't Jenkins try to execute the next build on the same slave if possible? If yes: How do I find out why this happend? Do

Re: Prevent incrementing build number on failures

2013-09-06 Thread Jes Struck
if the goal is to convience them i think you should go an explain them why this is better, both this single difference but also why they should love Jenkins and be glad that they had CruiseControl up until now 2013/9/5 Edwin Castro <0ptikgh...@gmx.us> > On 9/5/13 7:25 AM, Volodymyr Kostyrko wro