zadanie doker
This commit is contained in:
parent
6827801773
commit
64fb526675
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -22,7 +22,11 @@ pipeline {
|
||||
KAGGLE_KEY="$params.KAGGLE_KEY"
|
||||
CUTOFF="$params.CUTOFF"
|
||||
}
|
||||
agent any
|
||||
agent {
|
||||
dockerfile {
|
||||
additionalBuildArgs '-t ium'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Stage 1') {
|
||||
steps {
|
||||
|
@ -1,6 +1,6 @@
|
||||
pipeline{
|
||||
agent {
|
||||
dockerfile true
|
||||
dockerfile { image 'ium' }
|
||||
}
|
||||
parameters {
|
||||
buildSelector(
|
||||
|
@ -2,5 +2,5 @@
|
||||
kaggle datasets download -d tamber/steam-video-games
|
||||
unzip -o steam-video-games.zip
|
||||
> data.csv
|
||||
head -n $CUTOFF steam-200k.csv >> data.csv
|
||||
head -n $CUTOFF steam-200k.csv >> steam-200k.csv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user