diff --git a/Jenkinsfile b/Jenkinsfile index 9ebba5d..91336ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { steps { echo 'Hello world!!!' checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s444386/ium_444386']]]) - archiveArtifacts 'data.csv' + archiveArtifacts 'Steam-200k.csv' } } }