From 00b3572ff4a819ee3f116c8dd47424c2a8d8ab29 Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sat, 2 Apr 2022 16:06:56 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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' }