fix name
This commit is contained in:
parent
d725fe782e
commit
6e030fb703
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts artifacts: ['data/train/*', 'data/test/*'], onlyIfSuccessful: true
|
||||
archiveArtifacts artifacts: 'data/**', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user