docker img pwd, ls test
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6746ce81de
commit
3880422996
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage ('Starting train job') {
|
stage ('Starting train job') {
|
||||||
steps {
|
steps {
|
||||||
build job: 's444417-training/master'
|
build job: 's444417-training/master', wait: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# kaggle datasets download -d akash14/house-price-dataset
|
# kaggle datasets download -d akash14/house-price-dataset
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
unzip -o house-price-dataset.zip
|
unzip -o house-price-dataset.zip
|
||||||
# echo $CUTOFF
|
# echo $CUTOFF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user