mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
rename mtaHome with mtaJarLocation
This commit is contained in:
parent
868d13749c
commit
8075157ea2
@ -110,7 +110,7 @@ public class MTABuildTest extends BasePipelineTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
void mtaHomeNotSetTest() {
|
||||
void mtaJarLocationNotSetTest() {
|
||||
|
||||
new File("${currentDir}/mta.yaml") << defaultMtaYaml()
|
||||
|
||||
@ -125,7 +125,7 @@ public class MTABuildTest extends BasePipelineTest {
|
||||
|
||||
|
||||
@Test
|
||||
void mtaHomeAsParameterTest() {
|
||||
void mtaJarLocationAsParameterTest() {
|
||||
|
||||
new File("${currentDir}/mta.yaml") << defaultMtaYaml()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user