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