Looks like I could use the following plugin.
https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin
Thanks,
herlo
As far as I can tell, we're already able to label nodes [1] and jobs [2].
Do you need something in particular that's not possible right now ?
[1]: http://i.imgur.com/eYVUX3g.png [2]: http://i.imgur.com/2oo5uGS.png
David Moreau Simard Senior Software Engineer | Openstack RDO
dmsimard = [irc, github, twitter]
On Thu, Aug 25, 2016 at 4:11 PM, Clint Savage herlo@redhat.com wrote:
Looks like I could use the following plugin.
https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin
Thanks,
herlo
Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
That's interesting. When I asked Brian Stinson about it, he indicated that the plugin was not available.
Essentially, with matrix builds, you either have to make the slave node an axis or a node parameter. Doing it as an axis is dumb, since we'll never use another node. Additionally, it adds complexity to the output of the matrix job. Especially since it's not really something we are evaluating.
If the NodeLabel plugin is there, maybe the problem is with my jjb yaml. Please advise.
Cheers,
herlo
On Thu, Aug 25, 2016 at 2:18 PM, David Moreau Simard dms@redhat.com wrote:
As far as I can tell, we're already able to label nodes [1] and jobs [2].
Do you need something in particular that's not possible right now ?
David Moreau Simard Senior Software Engineer | Openstack RDO
dmsimard = [irc, github, twitter]
On Thu, Aug 25, 2016 at 4:11 PM, Clint Savage herlo@redhat.com wrote:
Looks like I could use the following plugin.
https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin
Thanks,
herlo
Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
I'm not sure whether that particular plugin is already there. I was genuinely curious what particular features you needed out of it that was not met by the existing label feature that comes out of the box.
David Moreau Simard Senior Software Engineer | Openstack RDO
dmsimard = [irc, github, twitter]
On Thu, Aug 25, 2016 at 4:49 PM, Clint Savage herlo@redhat.com wrote:
That's interesting. When I asked Brian Stinson about it, he indicated that the plugin was not available.
Essentially, with matrix builds, you either have to make the slave node an axis or a node parameter. Doing it as an axis is dumb, since we'll never use another node. Additionally, it adds complexity to the output of the matrix job. Especially since it's not really something we are evaluating.
If the NodeLabel plugin is there, maybe the problem is with my jjb yaml. Please advise.
Cheers,
herlo
On Thu, Aug 25, 2016 at 2:18 PM, David Moreau Simard dms@redhat.com wrote:
As far as I can tell, we're already able to label nodes [1] and jobs [2].
Do you need something in particular that's not possible right now ?
David Moreau Simard Senior Software Engineer | Openstack RDO
dmsimard = [irc, github, twitter]
On Thu, Aug 25, 2016 at 4:11 PM, Clint Savage herlo@redhat.com wrote:
Looks like I could use the following plugin.
https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin
Thanks,
herlo
Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
On Aug 25 14:49, Clint Savage wrote:
That's interesting. When I asked Brian Stinson about it, he indicated that the plugin was not available.
Essentially, with matrix builds, you either have to make the slave node an axis or a node parameter. Doing it as an axis is dumb, since we'll never use another node. Additionally, it adds complexity to the output of the matrix job. Especially since it's not really something we are evaluating.
If the NodeLabel plugin is there, maybe the problem is with my jjb yaml. Please advise.
Cheers,
herlo
On Thu, Aug 25, 2016 at 2:18 PM, David Moreau Simard dms@redhat.com wrote:
As far as I can tell, we're already able to label nodes [1] and jobs [2].
Do you need something in particular that's not possible right now ?
David Moreau Simard Senior Software Engineer | Openstack RDO
dmsimard = [irc, github, twitter]
On Thu, Aug 25, 2016 at 4:11 PM, Clint Savage herlo@redhat.com wrote:
Looks like I could use the following plugin.
https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin
Thanks,
herlo
Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
Hi All,
In case this got missed in the 'all clear' announcement. This plugin was added at the last maintenance window.
Cheers!
--Brian