Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 17:15:54 +02:00
parent a8e4aad113
commit d0015a61f4

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
echo "INPUT_TEXT: ${KAGGLE_USERNAME}" echo "INPUT_TEXT: ${KAGGLE_USERNAME}"
// //
sh 'rm -rf ium_z434686' 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 | cd ium_z434686/ | ls -a | tee ls.txt'
} }
} }