.
This commit is contained in:
parent
dfc536cea6
commit
b5ff92b822
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -13,16 +13,16 @@ pipeline {
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
string(
|
||||
defaultValue: '1000',
|
||||
defaultValue: '100',
|
||||
description: 'CUTOFF',
|
||||
name: 'CUTOFF',
|
||||
trim: false
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('Clear') {
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
sh 'rm -rf *'
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
@ -34,8 +34,8 @@ pipeline {
|
||||
sh 'rm airbnb-prices-in-european-cities.zip'
|
||||
sh 'ls -a'
|
||||
sh 'ls -a ./ium_z444510'
|
||||
sh 'chmod u+x ./ium_z444510/create-dataset.sh'
|
||||
sh './ium_z444510/create-dataset.sh'
|
||||
sh 'chmod u+x create-dataset.sh'
|
||||
sh './create-dataset.sh'
|
||||
}
|
||||
// archiveArtifacts 'ium_z444510/train.csv'
|
||||
// archiveArtifacts 'ium_z444510/dev.csv'
|
||||
|
Loading…
Reference in New Issue
Block a user