diff --git a/Jenkinsfile b/Jenkinsfile index 6f680c4..30c6203 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,9 +27,11 @@ pipeline { } stage('archiving') { + steps { script { archiveArtifacts artifacts: 'coverage/*/**' } + } } stage('clean-all') {