Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
9e20a2d989
commit
46f4d6b354
@ -56,13 +56,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
echo 'python version in docker'
|
||||
echo 'pwd'
|
||||
sh 'pwd'
|
||||
echo ' ls -a'
|
||||
sh 'ls -a'
|
||||
sh 'python create-dataset.py'
|
||||
archiveArtifacts 'file.txt'
|
||||
archiveArtifacts 'X_train.csv'
|
||||
archiveArtifacts 'X_dev.csv'
|
||||
archiveArtifacts 'X_tes.csv'
|
||||
}
|
||||
}
|
||||
stage('Goodbye!') {
|
||||
|
Loading…
Reference in New Issue
Block a user