Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 17:19:22 +02:00
parent 902a941ec6
commit 688682c41c

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
// //
sh 'rm -rf ium_z434686' sh 'rm -rf ium_z434686'
sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686' sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686'
sh 'cd ium_z434686/ | ls -a | tee ls.txt' sh 'cd ium_z434686 | ls -a | tee ls.txt'
} }
} }