Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
1132b6fe8d
commit
c215d11914
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -38,6 +38,9 @@ pipeline {
|
||||
steps{
|
||||
archiveArtifacts artifacts: 'understat.csv', followSymlinks: false
|
||||
archiveArtifacts artifacts: 'understat_per_game.csv', followSymlinks: false
|
||||
archiveArtifacts artifacts: 'understat.csv.dev', followSymlinks: false
|
||||
archiveArtifacts artifacts: 'understat.csv.train', followSymlinks: false
|
||||
archiveArtifacts artifacts: 'understat.csv.test', followSymlinks: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user