Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
f013b7f9c6
commit
630caf34e6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -37,7 +37,7 @@ node {
|
||||
head -n $((CUTOFF)) Car_Prices_Poland_Kaggle.csv | tail $((23586 - CUTOFF)) > cars_train.csv'''}
|
||||
}
|
||||
stage('Save data into artifacts') {
|
||||
archiveArtifacts artifacts: '*.csv', followSymlinks: false
|
||||
archiveArtifacts artifacts: 'zbior_ium/*.csv', followSymlinks: false
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user