diff --git a/Jenkinsfile b/Jenkinsfile index a6ca282..28b1fe6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { } stage('Archive artifacts') { steps { - archiveArtifacts: 'lines_count.txt', fingerprint: true + //archiveArtifacts: 'lines_count.txt', fingerprint: true } } }