Update 'Jenkinsfile'
This commit is contained in:
parent
d45c1c00b0
commit
00b3572ff4
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -27,6 +27,7 @@ pipeline {
|
||||
sh './download_dataset.sh'
|
||||
echo 'Dataset downloaded'
|
||||
echo 'Processing dataset...'
|
||||
sh 'export PYTHONIOENCODING=UTF-8'
|
||||
sh 'python3 process_dataset.py'
|
||||
echo 'Dataset processed'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user