4.3.1 v12
This commit is contained in:
parent
72f6536eed
commit
4061ae0c96
@ -1,7 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
dockerfile true
|
|
||||||
}
|
|
||||||
parameters{
|
parameters{
|
||||||
string(
|
string(
|
||||||
defaultValue: 'piotrwrzodak',
|
defaultValue: 'piotrwrzodak',
|
||||||
@ -38,10 +36,16 @@ pipeline {
|
|||||||
sh 'kaggle datasets download -d thedevastator/airbnb-prices-in-european-cities'
|
sh 'kaggle datasets download -d thedevastator/airbnb-prices-in-european-cities'
|
||||||
sh 'unzip airbnb-prices-in-european-cities.zip'
|
sh 'unzip airbnb-prices-in-european-cities.zip'
|
||||||
sh 'ls'
|
sh 'ls'
|
||||||
sh 'python3 create-dataset.py'
|
|
||||||
archiveArtifacts artifacts: 'data/barcelona_weekends.train.csv, data/barcelona_weekends.dev.csv, data/barcelona_weekends.test.csv', fingerprint: true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Docker') {
|
||||||
|
agent {
|
||||||
|
dockerfile true
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sh 'ls'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user