> 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
Sathish? What are you referring to here?
This is UI configuration. I've had this for a while.
I'm looking for Jenkinsfile equivalent.
Thanks
On Wednesday, February 22, 2017 at 9:58:31 PM UTC-5, sathish g wrote:
>
>
>
> On Sunday, February 19, 2017 at 8:17:29 PM UTC+5:30, Chris Denneen wrote:
>>
>
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
> Use multi confi
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" group.
T
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 node X...