Jenkins
This commit is contained in:
parent
9160330a72
commit
dc5fef338b
2
stats/Jenkinsfile
vendored
2
stats/Jenkinsfile
vendored
@ -28,7 +28,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Archive Artifacts') {
|
stage('Archive Artifacts') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'data/*', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'stats/*', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user