This commit is contained in:
Primakov Alexandr Alexandrovich 2024-10-16 11:20:20 +03:00
parent afc782f50f
commit a2b2fa3b6f

2
Jenkinsfile vendored
View File

@ -27,9 +27,11 @@ pipeline {
} }
stage('archiving') { stage('archiving') {
steps {
script { script {
archiveArtifacts artifacts: 'coverage/*/**' archiveArtifacts artifacts: 'coverage/*/**'
} }
}
} }
stage('clean-all') { stage('clean-all') {