This commit is contained in:
Szymon Bartanowicz 2024-03-26 19:27:21 +01:00
parent 08487fe52a
commit d8cdb279ee

3
Jenkinsfile vendored
View File

@ -10,6 +10,7 @@ pipeline {
stages { stages {
stage('Clone repo') { stage('Clone repo') {
steps { steps {
git branch: 'main',
git url: "https://git.wmi.amu.edu.pl/s464937/ium_464937" git url: "https://git.wmi.amu.edu.pl/s464937/ium_464937"
} }
} }
@ -24,7 +25,7 @@ pipeline {
} }
} }
} }
stage('Archive Results') { stage('Archiwizuj') {
steps { steps {
archiveArtifacts artifacts: 'data/*', onlyIfSuccessful: true archiveArtifacts artifacts: 'data/*', onlyIfSuccessful: true
} }