From a7517a88e8679806f287873b4d1c9bfdd294127a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 10 May 2023 22:32:39 +0200 Subject: [PATCH] Update 'Multibranch-Training' --- Multibranch-Training | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Multibranch-Training b/Multibranch-Training index bdad6e6..2114825 100644 --- a/Multibranch-Training +++ b/Multibranch-Training @@ -14,6 +14,12 @@ pipeline { sh 'rm -rf *' } } + stage('Clone Git') { + steps { + sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686' + } + } + stage('copy_artifacts') { steps { copyArtifacts(projectName: 'z-s434686-create-dataset', fingerprintArtifacts: true)