zadanie doker
This commit is contained in:
parent
fb4da55cd4
commit
8122230b4e
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user