Fix typo
parent
b4498a59f6
commit
b280099886
|
@ -58,7 +58,7 @@ pipeline {
|
||||||
echo 'Get test results....'
|
echo 'Get test results....'
|
||||||
xunit (
|
xunit (
|
||||||
thresholds: [ skipped(failureThreshold: '0'), failed(failureThreshold: '0') ],
|
thresholds: [ skipped(failureThreshold: '0'), failed(failureThreshold: '0') ],
|
||||||
tools: [ Junit(pattern: './test-results/ogGui-junit-report.xml') ]
|
tools: [ JUnit(pattern: './test-results/ogGui-junit-report.xml') ]
|
||||||
)
|
)
|
||||||
echo 'Cleaning up....'
|
echo 'Cleaning up....'
|
||||||
sh "docker rmi ${IMAGE_ID} || true"
|
sh "docker rmi ${IMAGE_ID} || true"
|
||||||
|
|
Loading…
Reference in New Issue