mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
Update SetupCommonPipelineEnvironmentTest.groovy
This commit is contained in:
parent
e38eda33a7
commit
d10b94a166
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user