From 535c3681d972eecd50897d49e186c57a5d6d779d Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sun, 29 May 2022 17:42:42 +0200 Subject: [PATCH] Update 'lab10/Jenkinsfile_dvc' --- lab10/Jenkinsfile_dvc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lab10/Jenkinsfile_dvc b/lab10/Jenkinsfile_dvc index 6c3f4b0..2364941 100644 --- a/lab10/Jenkinsfile_dvc +++ b/lab10/Jenkinsfile_dvc @@ -8,8 +8,8 @@ pipeline { stages { stage('Stage 1') { steps { - echo 'Checking out and switching to repo' - 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']]]) + echo 'Cloning and switching to repo' + git 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'