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