Create dataset
This commit is contained in:
parent
c954c5dcf7
commit
2749956f9a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -41,7 +41,7 @@ pipeline {
|
|||||||
sh 'ls -l'
|
sh 'ls -l'
|
||||||
dir ('./createDataset') {
|
dir ('./createDataset') {
|
||||||
sh 'ls -l'
|
sh 'ls -l'
|
||||||
sh 'python3 ./createDataset.py'
|
sh 'python3 createDataset.py'
|
||||||
archiveArtifacts 'gender_classification_train.csv'
|
archiveArtifacts 'gender_classification_train.csv'
|
||||||
archiveArtifacts 'gender_classification_test.csv'
|
archiveArtifacts 'gender_classification_test.csv'
|
||||||
archiveArtifacts 'gender_classification_val.csv'
|
archiveArtifacts 'gender_classification_val.csv'
|
||||||
|
Loading…
Reference in New Issue
Block a user