Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-47393] PCT against 2.86+ needs to know about command-launche…
Browse files Browse the repository at this point in the history
…r split.
  • Loading branch information
jglick committed Oct 23, 2017
1 parent 593fc90 commit 6161799
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -674,13 +674,16 @@ private void addSplitPluginDependencies(String thisPlugin, MavenRunner.Config mc
"matrix-project:1.561.*:1.0",
"junit:1.577.*:1.0",
"bouncycastle-api:2.16.*:2.16.0",
"command-launcher:2.86.*:1.0",
};
// Synchronize with ClassicPluginStrategy.BREAK_CYCLES:
String[] exceptions = {
"script-security/matrix-auth",
"script-security/windows-slaves",
"script-security/antisamy-markup-formatter",
"script-security/matrix-project",
"script-security/bouncycastle-api",
"script-security/command-launcher",
"credentials/matrix-auth",
"credentials/windows-slaves"
};
Expand Down

0 comments on commit 6161799

Please sign in to comment.