diff --git a/Jenkinsfile b/Jenkinsfile index 28af142..dc68d69 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }