Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
81739302df
commit
1132b6fe8d
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -36,7 +36,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Arichve') {
|
stage('Arichve') {
|
||||||
steps{
|
steps{
|
||||||
archiveArtifacts artifacts: 'understat.csv', 'understat_per_game.csv', followSymlinks: false
|
archiveArtifacts artifacts: 'understat.csv', followSymlinks: false
|
||||||
|
archiveArtifacts artifacts: 'understat_per_game.csv', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user