changed artifacts
This commit is contained in:
parent
ec5a33cbdd
commit
27c12515bc
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -18,7 +18,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('archive artifacts') {
|
stage('archive artifacts') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts 'output.txt'
|
archiveArtifacts 'test.csv'
|
||||||
|
archiveArtifacts 'data_shuf.csv'
|
||||||
|
archiveArtifacts 'validation.csv'
|
||||||
|
archiveArtifacts 'train.csv'
|
||||||
|
archiveArtifacts 'header.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user