git rrepo link fixed

This commit is contained in:
Filip Izydorczyk 2021-03-27 17:31:51 +01:00
parent e5813d4fa2
commit f084b196b3

2
Jenkinsfile vendored
View File

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