From cfee8dd4fe4baba0685a4f471cc3490c6dec3bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Wed, 22 Mar 2023 15:05:27 +0100 Subject: [PATCH] fix: git clone --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bdd2a4f..53b98bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,8 +18,8 @@ node { sh "figlet \"${INPUT_TEXT}\" | tee output.txt" } - stage('Goodbye') { - git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git/' + stage('Clone Git Repository') { + git clone 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git/' } stage('Goodbye') {