diff --git a/lab10/Jenkinsfile_dvc b/lab10/Jenkinsfile_dvc index f3b7d97..6134598 100644 --- a/lab10/Jenkinsfile_dvc +++ b/lab10/Jenkinsfile_dvc @@ -9,7 +9,7 @@ pipeline { stage('Stage 1') { steps { echo 'Cloning and switching to repo' - sh 'git clone https://git.wmi.amu.edu.pl/s449288/ium_s449288.git' + /* sh 'git clone https://git.wmi.amu.edu.pl/s449288/ium_s449288.git' - już raz wykonane*/ sh 'ls -lh' sh 'cd ium_s449288' echo 'In ium_s449288 now'