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
> 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
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
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
(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
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
>
>
>
>>
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
>
--
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
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
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
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
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
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
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
Why using additional executor for slave node running multiconfiguration job?
>
>
>
>
> Regards,
> varghese
>
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
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
I am not understanding it from wiki. Please explain it with examples.
Regards,
varghese
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?
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
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?
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
35 matches
Mail list logo