fix jenkinsfile

This commit is contained in:
2025-10-14 15:10:06 +07:00
parent 6e7bf60a3a
commit f4954b76d7

2
Jenkinsfile vendored
View File

@@ -14,8 +14,10 @@ pipeline {
}
stage ('capture') {
steps {
archiveArtifacts 'target/*.jar'
junit 'target/surefire-reports/*.xml'
}
}