DEPRECATED Blue Ocean Executor Info

Deprecated: This plugin has been marked as deprecated. In general, this means that this plugin is either obsolete, no longer being developed, or may no longer work.

More information about the cause of this deprecation, and suggestions on how to proceed may be found at https://issues.jenkins.io/browse/JENKINS-56773.

Dependencies

No dependencies found

Dependent plugins

Declaring a dependency

As a plugin developer you can use this plugin as dependency of your plugin by adding a dependency tag to your POM.

To avoid version conflicts it is suggested not to depend on a specific version, but use the Jenkins plugin BOM and the following dependency snippet:

<dependency>
    <groupId>io.jenkins.blueocean</groupId>
    <artifactId>blueocean-executor-info</artifactId>
</dependency>

Required

Optional