Skip to content

support include nodes for jenkins plugin #9047

@snikaein

Description

@snikaein

Feature Request

This feature is requested for Jenkins input plugin
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/jenkins

Proposal:

As you could have ephemeral agent with Kuberntenes in Jenkins, there is no way if you have to filter them or exclude them from list of normal agents.
would be awesome if we could have node_include and mix it with node_exclude like
node_include = ["nodeA", "nodeB"]
node_exclude = [ "*" ]
so just filter the nodes we specify in the configuration.

Current behavior:

There is no node_include in jenkins input plugin.

Desired behavior:

Add ability to add specific Jenkins agent in Jenkins input plugin and exclude everything else.

Use case:

Many people now use mix jenkins normal agent and ephemeral agent with kubernetes, and there is no other way to filter agents node in current jenkins input plugin.

Regards,

Metadata

Metadata

Assignees

Labels

area/k8sfeature requestRequests for new plugin and for new features to existing plugins

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions