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:
parent
8c02b8bc86
commit
02c983e374
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user