mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-22 05:33:10 +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."
|
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 : ''}"] = {
|
e2ETests["E2E Tests ${index > 1 ? index : ''}"] = {
|
||||||
if (env.POD_NAME) {
|
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()
|
e2eTest.call()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user