fix
This commit is contained in:
parent
08487fe52a
commit
d8cdb279ee
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user