Change to Jenkinsfile

This commit is contained in:
Zofia Galla 2021-03-28 17:44:11 +02:00
parent c9a5429f00
commit ab8715ddfd

4
Jenkinsfile vendored
View File

@ -14,7 +14,9 @@ pipeline {
}
}
stage('Archive artifacts') {
archiveArtifacts artifacts: 'netflix_split_*.csv'
steps{
archiveArtifacts artifacts: 'netflix_split_*.csv'
}
}
}
}