Yannick Welsch
Yannick Welsch
@bikusta you can put that directly before the archiveArtifacts block. ``` jobManagement.metaClass.getJenkinsVersion = { new hudson.util.VersionNumber('1.592') } archiveArtifacts { pattern 'some/file' } ```
I encountered the same issue some time ago, had to do with the groovy version being used (see http://jira.codehaus.org/browse/GROOVY-6900 ). The issue was usage in an older version of the...
I'm not sure we should do this. The main reason we have this field limit is to protect against mapping explosion from dynamic mappings. Dynamic mappings do not create runtime...
More failures: https://gradle-enterprise.elastic.co/s/432pstypb7hz2/tests/:x-pack:plugin:ilm:qa:multi-node:javaRestTest/org.elasticsearch.xpack.ilm.actions.ShrinkActionIT/testAutomaticRetryFailedShrinkAction?top-execution=1 Muted in master (d2448bfd57b) and 7.x (ca951ee443b)
> As a library, we should throw the correct exception type, we shouldn't change it for fun. It is not correct to assume that this can only happen as result...
> I'm still -1 for the change. If you hit StackOverFlowError, really you should let the VM exit. There are no guarantees at this point. That kind of argument makes...
Additionally, rally currently silently ignores assertions (just logging a DEBUG message), maybe this should be treated as a hard failure (see https://github.com/elastic/rally/blob/067b27cbc9d807d4c37ec17fc066c461d8fba6d9/esrally/driver/runner.py#L399)