@@ -133,8 +133,7 @@ pipeline {
133133 python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-matrix test || echo "** check-lldb failed with errors"
134134 '''
135135 }
136- // junit 'test/results.xml'
137- echo " Temporarily Skip Junit"
136+ junit ' test/results.xml'
138137 }
139138 }
140139 stage(' Test DWARF4' ) {
@@ -166,8 +165,7 @@ pipeline {
166165 python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-matrix test || echo "** check-lldb failed with errors"
167166 '''
168167 }
169- // junit 'test/results.xml'
170- echo " Temporarily Skip Junit"
168+ junit ' test/results.xml'
171169 }
172170 }
173171 stage(' Test DWARF5' ) {
@@ -199,8 +197,7 @@ pipeline {
199197 python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-matrix test || echo "** check-lldb failed with errors"
200198 '''
201199 }
202- // junit 'test/results.xml'
203- echo " Temporarily Skip Junit"
200+ junit ' test/results.xml'
204201 }
205202 }
206203 stage(' Build Clang 15.0.1' ) {
@@ -265,8 +262,7 @@ pipeline {
265262 python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-matrix test || echo "** check-lldb failed with errors"
266263 '''
267264 }
268- // junit 'test/results.xml'
269- echo " Temporarily Skip Junit"
265+ junit ' test/results.xml'
270266 }
271267 }
272268 stage(' Build Clang 17.0.6' ) {
@@ -333,8 +329,7 @@ pipeline {
333329 python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-matrix test || echo "** check-lldb failed with errors"
334330 '''
335331 }
336- // junit 'test/results.xml'
337- echo " Temporarily Skip Junit"
332+ junit ' test/results.xml'
338333 }
339334 }
340335 }
0 commit comments