change path to sh file
This commit is contained in:
parent
2f98b5ed1b
commit
e748d8c585
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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