fix jenkinsfile
This commit is contained in:
parent
653939737b
commit
a839ae2bb9
@ -33,9 +33,9 @@ pipeline {
|
|||||||
sh 'ls -a'
|
sh 'ls -a'
|
||||||
sh 'python ./ium_z444439/stats.py'
|
sh 'python ./ium_z444439/stats.py'
|
||||||
echo 'process finish'
|
echo 'process finish'
|
||||||
archiveArtifacts 'X_test_stats.csv'
|
archiveArtifacts 'adult_dev_stats.csv'
|
||||||
archiveArtifacts 'X_dev_stats.csv'
|
archiveArtifacts 'adult_test_stats.csv'
|
||||||
archiveArtifacts 'X_train_stats.csv'
|
archiveArtifacts 'adult_train_stats.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Goodbye!') {
|
stage('Goodbye!') {
|
||||||
|
Loading…
Reference in New Issue
Block a user