Exectors and Executor¶
Executors¶
This module implements the Executors class, which is intended to be a container-like interface for all of the executors defined on a single Jenkins node.
Executor¶
Module for jenkinsapi Executer class
- class jenkinsapi.executor.Executor(baseurl: str, nodename: str, jenkins_obj: Jenkins, number: int)[source]¶
Bases:
JenkinsBase
Class to hold information on nodes that are attached as slaves to the master jenkins instance