From d8cdb279ee95d602162c1dea72993a07ad9da64d Mon Sep 17 00:00:00 2001 From: Szymon Bartanowicz Date: Tue, 26 Mar 2024 19:27:21 +0100 Subject: [PATCH] fix --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 025d723..401d61b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ pipeline { stages { stage('Clone repo') { steps { + git branch: 'main', git url: "https://git.wmi.amu.edu.pl/s464937/ium_464937" } } @@ -24,7 +25,7 @@ pipeline { } } } - stage('Archive Results') { + stage('Archiwizuj') { steps { archiveArtifacts artifacts: 'data/*', onlyIfSuccessful: true }