diff --git a/Jenkinsfile b/Jenkinsfile index 7c3dc8a..bb252f0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,5 +21,12 @@ pipeline { sh './skrypt.sh ${CUTOFF}' } } + stage('Artifacts') { + steps { + archiveArtifacts 'test.csv' + archiveArtifacts 'dev.csv' + archiveArtifacts 'train.csv' + archiveArtifacts 'zadanie7.csv' + } } } \ No newline at end of file