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") - + + } }