From 7add0c597d9117412992f19956daf19e03cc865d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Tue, 18 Apr 2023 17:07:39 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7d22614..05969fc 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 | 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' } }