zadanie doker

This commit is contained in:
szymonj98 2022-04-03 13:53:56 +02:00
parent fb4da55cd4
commit 8122230b4e

3
Jenkinsfile vendored
View File

@ -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'
}
}
}