diff --git a/lab10/Jenkinsfile_dvc b/lab10/Jenkinsfile_dvc index 7f093e8..6c3f4b0 100644 --- a/lab10/Jenkinsfile_dvc +++ b/lab10/Jenkinsfile_dvc @@ -9,7 +9,7 @@ pipeline { stage('Stage 1') { steps { echo 'Checking out and switching to repo' - checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 'f695fe86-8cca-47f7-a546-d3bfd1059fd4', url: 'https://git.wmi.amu.edu.pl/s449288/ium_s449288.git']]]) + clone([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 'f695fe86-8cca-47f7-a546-d3bfd1059fd4', url: 'https://git.wmi.amu.edu.pl/s449288/ium_s449288.git']]]) sh 'ls -lh' sh 'cd ium_s449288' echo 'In ium_s449288 now'