1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Update SetupCommonPipelineEnvironmentTest.groovy

This commit is contained in:
Christopher Fenner 2018-03-02 10:57:50 +01:00 committed by GitHub
parent e38eda33a7
commit d10b94a166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ import static org.junit.Assert.assertEquals
import static org.junit.Assert.assertNotNull
class SetupCommonPipelineEnvironmentTest extends BasePipelineTest {
def usedConfigFile
private JenkinsStepRule jsr = new JenkinsStepRule(this)
private JenkinsEnvironmentRule jer = new JenkinsEnvironmentRule(this)
@ -23,8 +25,6 @@ class SetupCommonPipelineEnvironmentTest extends BasePipelineTest {
.around(jsr)
.around(jer)
def usedConfigFile
@Before
void init() {
def examplePipelineConfig = new File('test/resources/test_pipeline_config.yml').text