diff --git a/Jenkinsfile b/Jenkinsfile index 05969fc..07ba137 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { //Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!) echo "INPUT_TEXT: ${KAGGLE_USERNAME}" //Wywołaj w konsoli komendę "figlet", która generuje ASCI-art - 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' } }