You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
Use new env var (#4698)
This commit is contained in:
@@ -19,7 +19,7 @@ func TestTmsExportIntegrationYaml(t *testing.T) {
|
|||||||
Image: "devxci/mbtci-java11-node14",
|
Image: "devxci/mbtci-java11-node14",
|
||||||
User: "root",
|
User: "root",
|
||||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||||
})
|
})
|
||||||
defer container.terminate(t)
|
defer container.terminate(t)
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ func TestTmsExportIntegrationBinFailDescription(t *testing.T) {
|
|||||||
Image: "devxci/mbtci-java11-node14",
|
Image: "devxci/mbtci-java11-node14",
|
||||||
User: "root",
|
User: "root",
|
||||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||||
})
|
})
|
||||||
defer container.terminate(t)
|
defer container.terminate(t)
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ func TestTmsUploadIntegrationBinSuccess(t *testing.T) {
|
|||||||
Image: "devxci/mbtci-java11-node14",
|
Image: "devxci/mbtci-java11-node14",
|
||||||
User: "root",
|
User: "root",
|
||||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||||
})
|
})
|
||||||
defer container.terminate(t)
|
defer container.terminate(t)
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ func TestTmsUploadIntegrationBinNoDescriptionSuccess(t *testing.T) {
|
|||||||
Image: "devxci/mbtci-java11-node14",
|
Image: "devxci/mbtci-java11-node14",
|
||||||
User: "root",
|
User: "root",
|
||||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||||
})
|
})
|
||||||
defer container.terminate(t)
|
defer container.terminate(t)
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ func TestTmsUploadIntegrationBinFailDescription(t *testing.T) {
|
|||||||
Image: "devxci/mbtci-java11-node14",
|
Image: "devxci/mbtci-java11-node14",
|
||||||
User: "root",
|
User: "root",
|
||||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||||
})
|
})
|
||||||
defer container.terminate(t)
|
defer container.terminate(t)
|
||||||
|
|
||||||
@@ -126,7 +126,7 @@ func TestTmsUploadIntegrationYaml(t *testing.T) {
|
|||||||
Image: "devxci/mbtci-java11-node14",
|
Image: "devxci/mbtci-java11-node14",
|
||||||
User: "root",
|
User: "root",
|
||||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||||
})
|
})
|
||||||
defer container.terminate(t)
|
defer container.terminate(t)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user