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,10 +27,12 @@ pipeline {
}
stage('archiving') {
steps {
script {
archiveArtifacts artifacts: 'coverage/*/**'
}
}
}
stage('clean-all') {
steps {