Skip to content

Commit

Permalink
Merge pull request #46 from jglick/CommandLauncher-JENKINS-47393
Browse files Browse the repository at this point in the history
[JENKINS-47393] PCT against 2.86+ needs to know about command-launcher split
  • Loading branch information
andresrc committed Oct 24, 2017
2 parents 593fc90 + 6161799 commit aed1bab
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 aed1bab

Please sign in to comment.