From 86cf2c315cd292f7f5cb1838f8e8fb50c8d98a45 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Wed, 22 Mar 2023 15:11:48 +0100 Subject: [PATCH] edit jenkinsfile - git command --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1d58234..0d60962 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,10 +5,11 @@ pipeline { stage('Stage1') { steps { echo ("checkout: check out from version control") - git clone https://git.wmi.amu.edu.pl/s151636/ium_151636.git + git "https://git.wmi.amu.edu.pl/s151636/ium_151636.git" echo ("sh: Shell Script") - + + } }