fix: git clone

This commit is contained in:
Jakub Zaręba 2023-03-22 15:05:27 +01:00
parent 255139fe8c
commit cfee8dd4fe

4
Jenkinsfile vendored
View File

@ -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') {