From e5cd76c0bac5ab1f0a5514ece16b29fd8b0aa5be Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 6 Feb 2026 21:13:24 +0100 Subject: [PATCH] Publish frontend tests --- Jenkinsfile.ci | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile.ci b/Jenkinsfile.ci index 1bb5a45..cf8087f 100644 --- a/Jenkinsfile.ci +++ b/Jenkinsfile.ci @@ -84,6 +84,7 @@ pipeline { mkdir -p "$NPM_CONFIG_CACHE" npm install --no-progress --no-audit --prefer-offline npm run check + mkdir -p test-results npm test npm run build ''' @@ -98,6 +99,7 @@ post { script { node { junit testResults: 'backend/pytest.xml', allowEmptyResults: true + junit testResults: 'frontend/test-results/junit.xml', allowEmptyResults: true if (env.CHANGE_ID) { def giteaBase = 'https://openbokeron.org'