1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

remove wrapping RuleChain

This commit is contained in:
Christopher Fenner 2018-02-06 09:53:27 +01:00 committed by GitHub
parent 8c02b8bc86
commit 02c983e374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ class ChecksPublishResultsTest extends BasePipelineTest {
List archiveStepPatterns
@Rule
public RuleChain ruleChain = RuleChain.outerRule(Rules.getCommonRules(this))
public RuleChain ruleChain = Rules.getCommonRules(this)
def stepUnderTest