From 3880422996418e404fa74042f15df5e27e6747c9 Mon Sep 17 00:00:00 2001 From: s444417 Date: Mon, 25 Apr 2022 19:31:26 +0200 Subject: [PATCH] docker img pwd, ls test --- Jenkinsfile | 2 +- startscript1.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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