Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 15:27:50 +02:00
parent 9e20a2d989
commit 46f4d6b354

View File

@ -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!') {