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

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 "TRIGGER_B

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 u

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 [mailto:jenki

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 CLI it has the > errors I d

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 "here's the requireme

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 concurren

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 some

[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 Jen

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 to add dynamic slaves to Jenk

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 ba

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, functi

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 plugi