fix
This commit is contained in:
parent
afc782f50f
commit
a2b2fa3b6f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,9 +27,11 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('archiving') {
|
||||
steps {
|
||||
script {
|
||||
archiveArtifacts artifacts: 'coverage/*/**'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('clean-all') {
|
||||
|
Loading…
Reference in New Issue
Block a user