diff --git a/Jenkinsfile-eval b/Jenkinsfile-eval index 3cbfce0..7863959 100644 --- a/Jenkinsfile-eval +++ b/Jenkinsfile-eval @@ -81,6 +81,6 @@ node { stage('Saving artefacts') { echo 'Goodbye!' sh 'ls' - archiveArtifacts artifacts: '*.csv',: '*.png' + archiveArtifacts artifacts: '*.csv', '*.png' } } \ No newline at end of file