mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-04 04:07:16 +02:00
Fix npmExecuteEndToEndTests (#1818)
This commit is contained in:
parent
26e817ca29
commit
4814bea547
@ -123,12 +123,12 @@ void call(Map parameters = [:]) {
|
||||
echo "[${STEP_NAME}] No JUnit or cucumber report files found, skipping report visualization."
|
||||
}
|
||||
|
||||
utils.stashStageFiles(script, parameters.stage)
|
||||
utils.stashStageFiles(script, stageName)
|
||||
}
|
||||
}
|
||||
e2ETests["E2E Tests ${index > 1 ? index : ''}"] = {
|
||||
if (env.POD_NAME) {
|
||||
dockerExecuteOnKubernetes(script: script, containerMap: ContainerMap.instance.getMap().get(parameters.stage) ?: [:]) {
|
||||
dockerExecuteOnKubernetes(script: script, containerMap: ContainerMap.instance.getMap().get(stageName) ?: [:]) {
|
||||
e2eTest.call()
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user