Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
f949b2103e
commit
9c4de80001
@ -50,12 +50,13 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
filename 'Dockerfile'
|
filename 'Dockerfile'
|
||||||
reuseNode true
|
dir 'ium_z434686'
|
||||||
|
reuseNode true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'ls -a'
|
sh 'ls -a'
|
||||||
sh 'python create-dataset.py'
|
sh 'python ./ium_z434686/create-dataset.py'
|
||||||
archiveArtifacts 'X_train.csv'
|
archiveArtifacts 'X_train.csv'
|
||||||
archiveArtifacts 'X_dev.csv'
|
archiveArtifacts 'X_dev.csv'
|
||||||
archiveArtifacts 'X_tes.csv'
|
archiveArtifacts 'X_tes.csv'
|
||||||
|
Loading…
Reference in New Issue
Block a user