From 122d4c63574322c19f3d63b32d7beab176e1324f Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Mon, 15 May 2023 02:57:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- training.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training.jenkinsfile b/training.jenkinsfile index a60173f..7eb3f0d 100644 --- a/training.jenkinsfile +++ b/training.jenkinsfile @@ -24,7 +24,7 @@ node { local_image.inside { stage('Build') { - checkout([$class: 'GitSCM', branches: [[name: 'ztm']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s452639/ium_452639']]]) + checkout([$class: 'GitSCM', branches: [[name: BRANCH_NAME]], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s452639/ium_452639']]]) copyArtifacts fingerprintArtifacts: true, projectName: 's452639-create-dataset',