Re: Is it possible to aggregate all tests in a pipeline?

2016-08-05 Thread R. Tyler Croy
(replies inline) On Fri, 05 Aug 2016, Marc Esher wrote: > Greetings, > > I'm pretty new to pipelines, and I'm coming to them from the perspective of > replacing Build Flow plugin with Pipelines. > > One thing I've found really valuable with Build Flow is the Build Flow Test > Aggregator

Is it possible to aggregate all tests in a pipeline?

2016-08-05 Thread Marc Esher
Greetings, I'm pretty new to pipelines, and I'm coming to them from the perspective of replacing Build Flow plugin with Pipelines. One thing I've found really valuable with Build Flow is the Build Flow Test Aggregator plugin, which makes it easy to see all the different test jobs (unit,

Re: EC2 plugin not provisioning new instances

2016-08-05 Thread praveen
It was not my intention. I thought it was not posted yesterday. sorry my bad. On Friday, August 5, 2016 at 10:39:07 AM UTC-7, praveen wrote: > > *Goal:* I would like to use Amazon Ec2 Plugin > to add > dynamic slaves to Jenkins

Re: EC2 plugin not provisioning new instances

2016-08-05 Thread Baptiste Mathus
Hello, Could you please stop reposting that question? I think I've seen it at least thrice in a few days. Thanks Le 5 août 2016 7:39 PM, "praveen" a écrit : *Goal:* I would like to use Amazon Ec2 Plugin

[pipeline][parametrized build][Jenkinsfile]Cannot use variable to checkout the parametrized build

2016-08-05 Thread jerome
Hi, from previous project we were using parametrized build to specify the wanted branch into SCM branch (Mercurial one). It was working like a charm into *Source Code Management |x| Mercurial Revision ${BRANCH_NAME}* If I do the same thing for pipeline to checkout the proper

Keeping copies of the workspace.

2016-08-05 Thread RiRL
It is possible to get Jenkins to either (a) keep workspace contents (yes, all the contents) and manage them consistently with the build retention policy or (b) copy the workspace contents from a job to somewhere on the node where the job is running? Generally, workspaces are transient, but

EC2 plugin not provisioning new instances

2016-08-05 Thread praveen
*Goal:* I would like to use Amazon Ec2 Plugin to add dynamic slaves to Jenkins based on the load. *Architecture:* Jenkins Master + 4 slaves + dynamic slaves (based on the requirement) 1st job runs on dynamic slave (no

Re: Regex on jenkins label expression

2016-08-05 Thread Daniel Beck
https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin Also supports starting multiple builds on different nodes I think. > On 05.08.2016, at 08:40, Baptiste Mathus wrote: > > Even if it could, this wouldn't do what you think. This field is to be read > as

Re: Jenkins CLI, trouble installing plugin from local hpi

2016-08-05 Thread Daniel Beck
> On 04.08.2016, at 22:09, James Richard wrote: > > This is a plugin that I have created, it is not bundled with Jenkins. And > like I said, manually installing it, downgrading, uninstalling, etc. works > fine when they are done manually but when using the Jenkins

RE: How to modify email content body to include SCM code check-in description?

2016-08-05 Thread Ginga, Dick
You want to use the ext-email plugin. This jelly script will create a nice email that includes things like the changeset, artifacts, portions of the console if the build failed. I think it is the default one that comes with ext-email plugin. From: jenkinsci-users@googlegroups.com

Re: setting build name while job is running using build-name-setter plugin

2016-08-05 Thread Ioannis Moutsatsos
Have a look here: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build This should get you started On Tuesday, August 2, 2016 at 2:09:16 AM UTC-4, sivarajesh jarugula wrote: > > I have a jenkins page with multiple users running jobs simultaneously > the jenkins page can be logged in

Trigger a job with different "comment-added" GERRIT_EVENT

2016-08-05 Thread Shambhu Sharma
Hi, I have a build script which builds for different build types. Now I want to build different build types in my build script based on GERRIT_EVENT "comment_added" value. E.g. If comment added is "TRIGGER_BUILD_TYPE1", then only "TYPE1" build would compile and if comment is

Re: Jenkins SAML + nginx + ELB

2016-08-05 Thread prakhar vishnoi
Hey, I am getting similar type of error while integrating SAML-2 plugin + Azure Active Directory. Can you help me -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Regex on jenkins label expression

2016-08-05 Thread Baptiste Mathus
Even if it could, this wouldn't do what you think. This field is to be read as "here's the requirement to find *one* node that would match". That would not start a build on all the matching nodes. For doing this, there're two typical ways: * Matrix project, where you define those axes then all

Re: Plugin to display excel worksheet?

2016-08-05 Thread Baptiste Mathus
Maybe alternatively you could try and convert it to CSV and then use the plot plugin? My 2 cents Le 4 août 2016 7:59 PM, "Slide" a écrit : No, there is no such plugin. On Thu, Aug 4, 2016 at 10:33 AM up2u wrote: > I have write some test results in

Unable to view Test Result Link

2016-08-05 Thread sandhyaranimukkamala922
Hi, We are using Jenkins to run unit tests. We have configured a job and given the msbuild and batch file to run the scripts. We are successful in executing the scripts, the problem is we are not able to view any test results. We are not having Test Result link in the build history.