Teaching an old job new tricks

60 views
Skip to first unread message

Bruce Epstein

unread,
Aug 16, 2016, 4:16:21 PM8/16/16
to Jenkins Users
Hi All,

Thanks to those who answered my previous question about setting up agents.

I now have two new agent nodes set up and want to move old jobs off the master, so the master won't be used for any building (just admin).

How do I prevent jobs from running on the master? Do I just set "number of executors" to zero?

For new jobs, I see the choice in their configuration allowing me to decide where to run the job, so I can force it to run on the agent node not the master.

I understand old jobs are supposed to run on the master, but I don't want them to any more. Even cloned (new) jobs seem to not have the "Restrict where this job runs" configuration option, so I assume they will run on the master (as did the job from which they were cloned.)

What are my options?

This plugin seems to be one possibility for setting the node at build time (I imagine I can set its default to specify a new node for building?)

https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin

Will that work with old jobs, causing them to run on one of the new agent nodes instead of the master?

Inquiring minds want to know!

Thanks again in advance.

Cheers
Bruce

Indra Gunawan (ingunawa)

unread,
Aug 16, 2016, 4:19:30 PM8/16/16
to jenkins...@googlegroups.com
Use the Configuration Slicing Plugin : https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin to mass assign a label to jobs that are not tied to any node all at once.

-Indra

--
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 to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8a88c69f-bf54-4bd8-8009-e73c2f42895b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mark Waite

unread,
Aug 16, 2016, 4:23:38 PM8/16/16
to jenkins...@googlegroups.com
You might also consider changing the setting of the master node.

The "Usage" field of the master node configuration should have a pick list with two choices, either "Use this node as much as possible" (the default), or "Only build jobs with label expressions matching this node".  That will tend to keep most jobs off your master node (at least it does for me).

Mark Waite

Bruce Epstein

unread,
Aug 16, 2016, 4:53:03 PM8/16/16
to Jenkins Users, ingu...@cisco.com
Thanks. I will look into it.

But, it seems like the "Label" is only a property of newly created jobs, not existing ones.

Am I misunderstanding something?

Bruce Epstein

unread,
Aug 16, 2016, 5:44:28 PM8/16/16
to Jenkins Users
Thanks, I will try that.

I guess this gets to the heart of my question...

If I make it so that an old job won't run on builder, will it fail over to the newly created node?

That is, will old jobs run on the new node, if cajoled properly, or will they just fail altogether?

Mark Waite

unread,
Aug 16, 2016, 7:15:40 PM8/16/16
to jenkins...@googlegroups.com
On Tue, Aug 16, 2016 at 3:44 PM Bruce Epstein <goo...@zeusprod.com> wrote:
Thanks, I will try that.

I guess this gets to the heart of my question...

If I make it so that an old job won't run on builder, will it fail over to the newly created node?


Yes, it will switch freely from one node to another unless you have tied the job to a specific node.  That's one of the reasons to tie a job to a capability based label rather than tying it to a specific node name.

Mark Waite
 

Ginga, Dick

unread,
Aug 17, 2016, 9:40:07 AM8/17/16
to jenkins...@googlegroups.com

Does the use of node label contain a notion of “affinity”. In other words, I would like a build to go to node A always, unless node A is unavailable.

 

I implemented my own failover by using a node label parameter with a default node of A and a “possible nodes” of the failover node.

Mark Waite

unread,
Aug 17, 2016, 10:03:43 AM8/17/16
to jenkins...@googlegroups.com
Labels do not have any concept of affinity as far as I know.

Ginga, Dick

unread,
Aug 17, 2016, 10:06:22 AM8/17/16
to jenkins...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages