diff --git a/Jenkinsfile b/Jenkinsfile index 63f9b49..2a7029b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ node { stage('artifacts') { echo 'saving artifacts' - archiveArtifacts 'output.txt' + archiveArtifacts 'output.csv' } } }