Skip to content

Commit

Permalink
[JENKINS-38370] - ExtensionPoints may be used on agents (#2605)
Browse files Browse the repository at this point in the history
We have to do it, because some extension points are being executed on slaves (e.g. https://github.com/jenkinsci/cygwin-process-killer-plugin/blob/master/src/main/java/com/synopsys/arc/jenkinsci/plugins/cygwinprocesskiller/CygwinProcessKiller.java - ProcessKiller EP gets propagated).
  • Loading branch information
oleg-nenashev committed Oct 30, 2016
1 parent d5ffe44 commit 66234bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/ExtensionPoint.java
Expand Up @@ -48,7 +48,7 @@
* @see Plugin
* @see Extension
*/
public interface ExtensionPoint extends OnMaster {
public interface ExtensionPoint {
/**
* Used by designers of extension points (direct subtypes of {@link ExtensionPoint}) to indicate that
* the legacy instances are scoped to {@link Jenkins} instance. By default, legacy instances are
Expand Down

0 comments on commit 66234bc

Please sign in to comment.