diff --git a/Jenkinsfile b/Jenkinsfile index 049a141..f5e5515 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,8 +31,9 @@ pipeline { steps { echo 'Hello world!!!' checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s444386/ium_444386']]]) + sh "chmod u+x ./kagle.py" sh "python3 kagle.py" - archiveArtifacts 'Steam-200k.csv' + archiveArtifacts 'data.csv' } } }