-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matching test-harness when casc is added #261
Conversation
Is this superseded by jenkinsci/bom#315? |
looks like not: |
Tested this in jenkinsci/bom#294 and it works... |
Please merge with master @joseblas. |
@@ -379,11 +381,11 @@ public PluginCompatReport testPlugins() | |||
} | |||
|
|||
if (failed && config.isFailOnError()) { | |||
throw new AbortException("Execution was aborted due to the failure in a plugin test (-failOnError is set)"); | |||
throw new AbortException("Execution was aborted due to the failure in a plugin test (-failOnError is set)"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary whitespace change, and adds tabs to a file that uses spaces
} | ||
|
||
return report; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary whitespace change, and adds tabs to a file that uses spaces
@@ -432,7 +434,7 @@ private TestExecutionResult testPluginAgainst(MavenCoordinates coreCoordinates, | |||
|
|||
File pluginCheckoutDir = new File(config.workDirectory.getAbsolutePath() + File.separator + plugin.name + File.separator); | |||
|
|||
try { | |||
try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary whitespace change, and adds tabs to a file that uses spaces
@joseblas why was this closed? we're relying on it in bom |
If we are consuming it, it needs to remain open. |
Replaced by #276. |
No description provided.