diff --git a/Jenkinsfile b/Jenkinsfile index 92a2d5b..a5aa011 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,8 @@ pipeline { echo "INPUT_TEXT: ${KAGGLE_USERNAME}" // sh 'rm -rf ium_z434686' - sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686 | cd ium_z434686/ | ls -a | tee ls.txt' + sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686' + sh 'cd ium_z434686/ | ls -a | tee ls.txt' } }