zadanie doker
This commit is contained in:
parent
b52edf7c4d
commit
794204bea5
@ -11,7 +11,7 @@ pipeline{
|
|||||||
stages{
|
stages{
|
||||||
stage('copy artefacts') {
|
stage('copy artefacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: 'data.csv', fingerprintArtifacts: true, projectName: 's444386-create-dataset', selector: lastSuccessful()
|
copyArtifacts filter: 'steam-200k.csv', fingerprintArtifacts: true, projectName: 's444386-create-dataset', selector: lastSuccessful()
|
||||||
sh 'chmod u+x ./kagle.py'
|
sh 'chmod u+x ./kagle.py'
|
||||||
sh 'python3 kagle.py'
|
sh 'python3 kagle.py'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user