Re: Build Name Setter plugin and Matrix projects (multi-config)

2014-11-11 Thread Jeannie Chan
Hi, Have you been able to solve this problem? I am facing the same challenge too. I have tried to use copy-to-slave plugin to copy the properties file back to the Master. The file did copy back into Master, but it is located under .jenkins/jobs//configurationsworkspace. The job itself on M

Re: Implementing Email-ext plugin

2014-11-11 Thread Slide
I don't know anything about dotci, but you can have different templates for different jobs easily. The templates need to be put in either the config file provider or in JENKINS_HOME/email-templates. You can specify the template in the specific jobs. On Tue, Nov 11, 2014, 17:49 Jordan de Geus wrot

Implementing Email-ext plugin

2014-11-11 Thread Jordan de Geus
Hey everyone! My company is currently using Dotci/Jenkins for our CI setup. I am trying to figureout what is needed to edit the automated emails for failures to contain information regarding what exactly failed. I've been browsing through the email-ext plugin page for some time now and can't r

Re: Publishing vstest results?

2014-11-11 Thread James Telfer
For those that are reading this thread and are interested, there is a plugin for this: Jenkins MSTest plugin It wraps the transformation to JUnit format and publishes the result, making it a lot easier to setup. You pass the TRX in dir

Re: Slave fails to connect to Master: HTTP/1.1 400 bad request

2014-11-11 Thread Dave Cameron
I am having the same problem, under the same circumstances, but with a linux slave attempting to connect to a Mac OS X master. Can curl the endpoint fine from the intended slave box. Am using the suggested command verbatim. No detail on why the request would be bad. On Thursday, November 6, 201

Re: New message with 1.565.11.1

2014-11-11 Thread Walter Kacynski
Thanks, I opened ZD-22836 The pull request does not mention how to fix the warning or why it is a warning. On Tuesday, November 11, 2014 2:06:38 PM UTC-5, Daniel Beck wrote: > > https://github.com/jenkinsci/jenkins/pull/1440 was an attempt to get rid > of the message, but rejected because t

Re: New message with 1.565.11.1

2014-11-11 Thread Daniel Beck
https://github.com/jenkinsci/jenkins/pull/1440 was an attempt to get rid of the message, but rejected because there was a reason for adding the warning. You could try filing a support request with Cloudbees, asking them to fix ZD-22406. On 11.11.2014, at 19:32, Walter Kacynski wrote: > Sorry

Re: New message with 1.565.11.1

2014-11-11 Thread Walter Kacynski
Sorry the subject of this message is inconsistent. The problem occurs on plain LTS 1.565.3 as well as Enterprise 1.565.11.1 On Tuesday, November 11, 2014 1:28:55 PM UTC-5, Walter Kacynski wrote: > > I just updated to LTS 1.565.3 and now my master reports the following > message every-time that

New message with 1.565.11.1

2014-11-11 Thread Walter Kacynski
I just updated to LTS 1.565.3 and now my master reports the following message every-time that a job is executed: 24782 Nov 11, 2014 1:24:18 PM jenkins.model.lazy.LazyBuildMixIn removeRun 24783 WARNING: hudson.model.FreeStyleProject@35ef5dfc[WebSphere/Admin/SND/Environment_Artifact_Config] did

groups of slaves

2014-11-11 Thread Ginga, Dick
I would like to setup a pool of build machines. I know how to do this with the node label feature. However, my builds are all Build-Flow type jobs. This means that I need to have all the jobs called by the first build-flow job to run on the same build machine. So: 1. How can I get the n

Junit always produces 100% health reports

2014-11-11 Thread Mark Sinclair
My original subject was inaccurate - I meant to say Junit, not Jenkins always produces 100% health reports. I am able to get proper health reports from other plugins. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this g

System credentials for VSO

2014-11-11 Thread Rob D
If you are connecting to Visual Studio Online, have you found a way to use anything other than your personal Microsoft Live ID? I have tried the Credentials Viewer but it crashes as others describe in the comments there. I have things working

Re: Publishing vstest results?

2014-11-11 Thread Rob D
Thanks Marton and Jeff. I was out for a few days and just now had a chance to work on this. Test results are now displaying. Rob On Thursday, November 6, 2014 8:54:53 AM UTC-6, Jeff Dege wrote: > > First - added a build action: run unit tests with VSTest.console > Second - added a build-action:

RE: how to run all jobs in parallel using build flow plugin which are stored in string array

2014-11-11 Thread Rob Mandeville
I’ve dealt with this problem. You generate a list of closures, and then run the list through parallel. I’ve changed the constants to protect my employer, but the code goes like this: Jobs_to_build = [ ‘foo’, ‘bar’, ‘baz’, ‘xyzzy’] jobs_to_build.each { String job_name -> a_closure = { -

could you please figure out following scenario for ExtendedChoiceParameter plugin ?

2014-11-11 Thread niraj nandane
Hi, I am using ExtendedChoiceParameter plugin. I am showing five checkbox and depending on the selected checking i am controlling build mechanism in groovy. But problem is if user does not select any checkbox and click on build buttob,i want to show a alert box showing "please select at least on

how to run all jobs in parallel using build flow plugin which are stored in string array

2014-11-11 Thread niraj nandane
Hi, I want to run the jobs in parallel which are stored in string array using build-flow plugin's parallel method. Any help would be greatly appreciated. Thanks, Niraj -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gr

SVN post commit hook - no subversion consumers for UUID

2014-11-11 Thread James Telfer
Hi all, I've been working through this issue and trying to read other resources on post-commit hooks without finding a match for the issue I'm experiencing. My jobs work fine, and SVN polling is working and triggering builds. However, the post-commit hook in SVN doesn't trigger a build. Instead

RE: 'Got the class not registered exception' system log message

2014-11-11 Thread David Aldrich
> Oct 20, 2014 10:45:29 AM WARNING org.jinterop.dcom.core.JIComServer initialise > Got the class not registered exception , will attempt setting entries based > on status flags... Can anyone help me understand how to fix this exception please? (It occurs in 1.588 and some earlier versions). Da

Re: OSX Slave Agent Crashing/Closing

2014-11-11 Thread Charles Blessing
Well, it survived the night so it looks like that might have been the problem - thanks for the help! On Monday, 10 November 2014 15:53:29 UTC, Charles Blessing wrote: > > I have a Windows-based master and a single OSX client. Builds are run on > the OSX client using the Jenkins slave agent which

AW: Subversion logger setup

2014-11-11 Thread Jennifer Hofmeister
Thanks! I do need to listen to Jenkins because it seems Jenkins (1.565) is producing unpredictable errors when connecting to our SVN server, and that server's log doesn't show enough information. I need to know why Jenkins gives auth in some cases and in some not. Anyway, thanks! Hudson.scm.Cr

Re: Groovy script to do jenkins configuration

2014-11-11 Thread Ankush Aggarwal
Resolved... Both scripts are ready to use... === Sonar Script == import jenkins.model.* import hudson.plugins.sonar.* import hudson.plugins.sonar.model.* def inst = Jenkins.getInstance() def desc = inst.getDescriptor("hudson.plugins.sonar.SonarPubl