ci(bstein-home): archive full quality evidence

This commit is contained in:
codex 2026-04-21 09:22:06 -03:00
parent ac2a3155fc
commit 951780f115

2
Jenkinsfile vendored
View File

@ -521,7 +521,7 @@ PY
def props = fileExists('build.env') ? readProperties(file: 'build.env') : [:]
echo "Build complete for ${props['SEMVER'] ?: env.VERSION_TAG}"
}
archiveArtifacts artifacts: 'build/junit-backend.xml,build/junit-frontend-unit.xml,build/junit-frontend-component.xml,build/junit-frontend-e2e.xml,build/quality-gate.json', allowEmptyArchive: true
archiveArtifacts artifacts: 'build/**', allowEmptyArchive: true, fingerprint: true
}
}
}