diff --git a/Jenkinsfile b/Jenkinsfile index 9fe25f9..8dac578 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,9 @@ pipeline { } } stage('Archive artifacts') { - archiveArtifacts artifacts: 'netflix_split_*.csv' + steps{ + archiveArtifacts artifacts: 'netflix_split_*.csv' + } } } }