diff --git a/Jenkinsfile b/Jenkinsfile index 39cba1c..7e20561 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { } stage ('Starting train job') { steps { - build job: 's444417-training/master' + build job: 's444417-training/master', wait: true } } } diff --git a/startscript1.sh b/startscript1.sh index e31d8b2..b7413bf 100644 --- a/startscript1.sh +++ b/startscript1.sh @@ -1,5 +1,7 @@ #!/bin/bash # kaggle datasets download -d akash14/house-price-dataset +pwd +ls -la unzip -o house-price-dataset.zip # echo $CUTOFF