ci(ananke): archive stable build artifacts only

This commit is contained in:
codex 2026-04-21 18:36:02 -03:00
parent bc65124db0
commit c5ec97d9a9

2
Jenkinsfile vendored
View File

@ -282,7 +282,7 @@ PY
post {
always {
archiveArtifacts artifacts: 'build/**', allowEmptyArchive: true, fingerprint: true
archiveArtifacts artifacts: 'build/*.json,build/*.out,build/*.rc,build/*.txt,build/*.xml', allowEmptyArchive: true, fingerprint: true
}
}
}