From 6c353f2051bd85f2a385dbe7453634c26180dd4e Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Wed, 27 Mar 2024 00:57:08 +0100 Subject: [PATCH] change git --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index edf5475..ca1cb08 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Stage 1') { steps { - git https://git.wmi.amu.edu.pl/s495719/ium_495719.git + git url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git" sh './data_processing.sh' archiveArtifacts artifacts: './*' }