1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
This commit is contained in:
Anton Titovets
2025-10-18 15:35:20 +03:00
parent fc8a3016c9
commit 981d570994
+1 -1
View File
@@ -18,7 +18,7 @@
echo "WARNING: %4.report file not found"
}
def exitCode = readFile('code.log').trim().replaceAll("[^0-9]", "")
def exitCode = readFile('./test_results/%4.code').trim().replaceAll("[^0-9]", "")
if (exitCode != "0") {
error "Tests failed with exit code: ${exitCode}"
}