Update DockerExecuteTest.groovy

This commit is contained in:
Christopher Fenner
2018-03-02 10:55:27 +01:00
committed by GitHub
parent 83d75e99b7
commit e38eda33a7
+3 -2
View File
@@ -17,8 +17,6 @@ import static org.junit.Assert.assertFalse
class DockerExecuteTest extends BasePipelineTest {
private DockerMock docker
int whichDockerReturnValue = 0
def bodyExecuted
private JenkinsLoggingRule jlr = new JenkinsLoggingRule(this)
private JenkinsStepRule jsr = new JenkinsStepRule(this)
@@ -29,6 +27,9 @@ class DockerExecuteTest extends BasePipelineTest {
.getCommonRules(this)
.around(jlr)
.around(jsr)
int whichDockerReturnValue = 0
def bodyExecuted
@Before
void init() {