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 }