zadanie doker
This commit is contained in:
parent
1c9d1c14c9
commit
d81a405ef5
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -31,6 +31,7 @@ pipeline {
|
|||||||
sh "chmod u+x ./dataset_download.sh"
|
sh "chmod u+x ./dataset_download.sh"
|
||||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./dataset_download.sh"
|
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./dataset_download.sh"
|
||||||
archiveArtifacts 'data.csv'
|
archiveArtifacts 'data.csv'
|
||||||
|
sh "kagle.py"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user