From 653abd21655960ce1de4e7f932181f3606e31c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kaleta?= Date: Sat, 25 Mar 2023 13:54:02 +0100 Subject: [PATCH] Zaktualizuj 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 361d01f..2cf5c35 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], - userRemoteConfigs: [[url: 'https://github.com/your-username/your-repo.git']]]) + userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s486867/ium_s486867']]]) } }