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 {
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
}