Hide build action for Multi configuration job

2020-09-20 Thread selva vignesh
Hi, I would like to hide my build actions for multi configuration job. If I configure more than one build configuration every action run also runs for every configuration. Kindly assist me to hide the actions for Multi configuration job. Also if there is a way to run a only once even there are

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Daniel Beck
> On 24.02.2017, at 00:08, Douglas Ferguson wrote: > > How do I unsubscribe? If you're asking how to unsubscribe from this mailing list, see the footer in every email for instructions. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To uns

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Douglas Ferguson
How do I unsubscribe? On Thu, Feb 23, 2017 at 2:44 PM, R. Tyler Croy wrote: > (replies inline) > > On Thu, 23 Feb 2017, Chris Denneen wrote: > > > Sathish? What are you referring to here? > > This is UI configuration. I've had this for a while. > > I'm looking for Jenkinsfile equivalent. > > > T

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Chris Denneen
Thanks R Tyler... I guess my bigger question is how to migrate away from Freestyle and Multi-Config type jobs into Pipeline/Groovy style jobs. Not sure there is a way to configure the build triggers or post build actions. For example kick off build when PR happens... I know these are checkboxes

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread R. Tyler Croy
(replies inline) On Thu, 23 Feb 2017, Chris Denneen wrote: > Sathish? What are you referring to here? > This is UI configuration. I've had this for a while. > I'm looking for Jenkinsfile equivalent. There is no such thing as a "Multiconfiguration Pipeline" as such in Pipeline. You might find th

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Chris Denneen
0, Chris Denneen wrote: >> >> Anyone have any suggestions? >> Trying to run a multi configuration job for different RUBY_VERSION and >> PUPPET_VERSION. Also this job needs to pin the jobs on a particular slave >> with slave axis > > > >>

Re: Multi Configuration Job Jenkinsfile

2017-02-22 Thread sathish g
On Sunday, February 19, 2017 at 8:17:29 PM UTC+5:30, Chris Denneen wrote: > > Anyone have any suggestions? > Trying to run a multi configuration job for different RUBY_VERSION and > PUPPET_VERSION. Also this job needs to pin the jobs on a particular slave > with slave axis

Multi Configuration Job Jenkinsfile

2017-02-19 Thread Chris Denneen
Anyone have any suggestions? Trying to run a multi configuration job for different RUBY_VERSION and PUPPET_VERSION. Also this job needs to pin the jobs on a particular slave with slave axis -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

Multi Configuration Job Jenkinsfile

2017-02-10 Thread Chris Denneen
I'm looking for example to replace existing Multi Configuration Job with Jenkinsfile that handles X Y axis mapping. Also needs to support Matrix Configuration (so which X:Y mappings to do) and Slave label to run that job on. In the multi configuration job even if called from pipeline on n

Email publisher in Multi-configuration job

2016-08-22 Thread 'Pulkit Lall' via Jenkins Users
Hi, I have a Jenkins Multi-configuration job which build 1X3 jobs. I have 2 questions regarding this: 1. Once the build is complete, an email is sent with details like link to job, artifacts, build console, etc. but the problem is for artifacts and build console, I am not able to send email in

RE: A simple multi-configuration job question

2015-11-04 Thread David Aldrich
Thanks Mike, that does help. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mike Healey Sent: 04 November 2015 16:43 To: Jenkins Users Cc: David Aldrich Subject: Re: A simple multi-configuration job question Hi David, A Freestyle project

Re: A simple multi-configuration job question

2015-11-04 Thread Mike Healey
Hi David, A Freestyle project would only execute once on one of the slaves you specify. To run on all of them you need a multi-configuration job. You can use the slave axis to select which slaves to run on but I would recommend using the Elastic Axis plugin (https://wiki.jenkins-ci.org

A simple multi-configuration job question

2015-11-04 Thread David Aldrich
Hi I want to run a simple bash script on multiple machines (concurrently), triggered by a version control change. Can I do that by simply by using a Freestyle Project and listing multiple slaves in field 'Restrict where this project can be run', or must I use a multi-configuration project? If

builds removed in multi-configuration job

2015-10-28 Thread Douglas Moore
One of our multi-configure jobs several of "keep forever builds" are gone. The top level job shows the history but both of the configurations are missing the actual builds. ex. top level 3.0-release has history for builds 4,5 - 46 but the configuration jobs history only as builds 5,46,48,49.

multi-configuration job with git not showing tags

2015-08-18 Thread moodysma sma
Hi, I'm deploying git to all my slaves and using a multi-config job where i've selected multiple slaves. I'm able to deploy successfully. When I try to build with parameters, it just hangs with "retrieving git references". If I choose build, it will build but no tags show up. It works on a

Multi-Configuration Job Failing with null pointer exception on injecting env vars at the node level.

2015-07-07 Thread G Z
I have a multi-configuration job that takes a user-defined axis of wos_1 thru wos_10 and that is the value of a set of data that needs to be loaded into elastic search. The job has 5 parameters that are static, and the wos parameter which is the user-defined axis is dynamic. I also have

Jenkins Multi-configuration job - Dynamic Axis plugin issue

2015-04-30 Thread slonzk7
Hi We have two jenkins jobs: JOB_1 - a freestyle job which simply triggers a parametrized build on Jenkins JOB_2, it sends the following parameter to Jenkins JOB_2: SERVERS=server1.me.com JOB_2 - a Multi-configuration project with a Dynamic Axis defined as follows: Axis Name: SERVER, Variable N

Re: Mercurial + multi-configuration job = extra branches, lots of pain

2014-05-01 Thread bluntcoder
x27;t been thoroughly tested together. On Monday, April 21, 2014 4:24:33 PM UTC-4, bluntcoder wrote: > > Hi everyone, > > > I'm looking for some insight on the best way to set-up a > multi-configuration job in Jenkins using Mercurial. I have a project which > has two platforms

Mercurial + multi-configuration job = extra branches, lots of pain

2014-04-21 Thread bluntcoder
Hi everyone, I'm looking for some insight on the best way to set-up a multi-configuration job in Jenkins using Mercurial. I have a project which has two platforms: mobile and web. First off, Jenkins decides arbitrarily which one to build first. Note that I have "Run each con

Re: Multi-configuration job only has one configuration - "Default"

2013-03-26 Thread David Brossard
Awesome Thanks. I see the need for a "Target". On Tuesday, March 26, 2013 12:13:58 PM UTC-7, ogondza wrote: > > Have a look at [1]. You need to configure some values for configuration > axes. > > [1] https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project > > -- > oliver > --

Re: Multi-configuration job only has one configuration - "Default"

2013-03-26 Thread oliver gondža
Have a look at [1]. You need to configure some values for configuration axes. [1] https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Multi-configuration job only has one configuration - "Default"

2013-03-26 Thread David Brossard
I have been looking around but have not found any tutorial or information on creating additional configurations for a multi-configuration. Does any one have a good link? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe f

Re: Multi-configuration job

2013-02-27 Thread Sami Tikka
E -- Sami Aswini Rajasekaran kirjoitti 25.2.2013 kello 14.45: > Hi, > > When I create a multi-configuration job in Jenkins, it creates a directory > called default inside jobs//workspace directory. > This is not the case with free-style jobs or Maven jobs. What should I do to

Re:work order for multi-configuration job

2013-02-25 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
No, this is not what a multi-configuration job is for. Its purpose is to build the *same* content, but in multiple configurations. If you have three jobs that the multi-config job is dependent on, you should make those separate jobs and set them as upstream/downstream of each other so that

work order for multi-configuration job

2013-02-25 Thread trax
Hi, Using multi-configuration job, I am trying to have - on the first axis my deps (deps0, deps1, deps2 and need to keep them done in this order). - on the second axis one my targets (t0, t1) order can be random here. When I run my job, order seems to be random even with the option &quo

Multi-configuration job

2013-02-25 Thread Aswini Rajasekaran
Hi, When I create a multi-configuration job in Jenkins, it creates a directory called default inside jobs//workspace directory. This is not the case with free-style jobs or Maven jobs. What should I do to get rid of the default directory? Thanks -- You received this message because you are

Re: What is the difference between multi configuration job and matrix based job?.

2012-10-12 Thread Christopher Orr
I guess you're referring to the "parent" build that appears when executing a multi-configuration job, which monitors the child builds. This doesn't actually consume an additional executor. But if you want to control which slave this runs on, you can use the Matrix Tie P

Re: What is the difference between multi configuration job and matrix based job?.

2012-10-11 Thread Varghese Renny
Why using additional executor for slave node running multiconfiguration job? > > > > > Regards, > varghese >

Re: What is the difference between multi configuration job and matrix based job?.

2012-10-11 Thread Christopher Orr
There is no difference -- they're two names for the same thing. Are there any particular wiki pages you saw this on? Perhaps we can edit them to clarify the language a bit. Regards, Chris On 11/10/12 15:07, Varghese Renny wrote: I am not understanding it from wiki. Please explain it with

Re: What is the difference between multi configuration job and matrix based job?.

2012-10-11 Thread Marek Gimza
I hope that the following makes sense: Multi configuration Job: Allows you to create separate jobs to run sequentially or concurrently as build steps. Each Job will be its own Job. Matrix: You have the same 1 job that needs to be run on different machines. I think that the best thing to do is

What is the difference between multi configuration job and matrix based job?.

2012-10-11 Thread Varghese Renny
I am not understanding it from wiki. Please explain it with examples. Regards, varghese

Re: Last Successful Artifacts on Multi-Configuration Job

2012-04-24 Thread Jeff Storey
eff Storey wrote: > > > > > > > > > Is there a way to show the Last Successful Artifacts on a Multi- > > Configuration Job that shows all of the artifacts that were built for > > that job?

Re: Last Successful Artifacts on Multi-Configuration Job

2012-04-24 Thread Jan Seidel
would give you that list. You could then use the workspace cleaner plugin to delete all files at start or end of build. Not nice but working. Take care Jan On 23 Apr., 23:44, Jeff Storey wrote: > Is there a way to show the Last Successful Artifacts on a Multi- > Configuration Job that

Last Successful Artifacts on Multi-Configuration Job

2012-04-23 Thread Jeff Storey
Is there a way to show the Last Successful Artifacts on a Multi- Configuration Job that shows all of the artifacts that were built for that job?

multi configuration job with cmake and windows sdk

2012-03-22 Thread Simon Haegler
hi jenkins user i have a multi configuration job using the cmake plugin running on linux/osx/windows slaves. what is the best way to get cmake to run inside a windows sdk shell (i.e. by calling setenv.cmd) on the windows slaves? currently, cmake cannot find the compiler/linker because the