From 04eecc475fa496706723d84d10a0d15bc74f5d28 Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sun, 29 May 2022 17:46:28 +0200 Subject: [PATCH] Update 'lab10/Jenkinsfile_dvc' --- lab10/Jenkinsfile_dvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab10/Jenkinsfile_dvc b/lab10/Jenkinsfile_dvc index 2364941..1da11c9 100644 --- a/lab10/Jenkinsfile_dvc +++ b/lab10/Jenkinsfile_dvc @@ -9,7 +9,7 @@ pipeline { stage('Stage 1') { steps { 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 'git clone https://git.wmi.amu.edu.pl/s449288/ium_s449288.git' sh 'ls -lh' sh 'cd ium_s449288' echo 'In ium_s449288 now'