docker img pwd, ls test
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-04-25 19:31:26 +02:00
parent 6746ce81de
commit 3880422996
2 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
} }
} }
} }

View File

@ -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