diff --git a/Jenkinsfile b/Jenkinsfile index 1d9d764..b76089c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('checkout: Check out from version control') { steps { - git 'https://git.wmi.amu.edu.pl/s434788/ium_434700' + git 'https://git.wmi.amu.edu.pl/s434700/ium_s434700.git' } } stage('sh: Shell Script') {