From cb3f3c1b496979beef1174f9f7dbf61c4b6e0d90 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 26 Sep 2025 14:50:06 +0300 Subject: [PATCH] Updating tests --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index eccbd5a..454e6ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,6 +32,8 @@ pipeline { } stage("${SCHEME} logs") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { + sh "cat .test-r7rs/tmp/*" + sh "cat .test-r7rs/Dockerfile" sh "cat .test-r7rs/${SCHEME}/logs/*.log" } }