jenkins-job-wrecker icon indicating copy to clipboard operation
jenkins-job-wrecker copied to clipboard

only support ascii codec now

Open yyw794 opened this issue 7 years ago • 1 comments

I am chinese, when I use in my jenkins, it cannot recognize chiese. I have to hack cli.py like: # encoding=utf8 import sys is_py_v2 = True if sys.version[0] == '2' else False if is_py_v2: reload(sys) sys.setdefaultencoding('utf8')

and, why not support python3?

yyw794 avatar Nov 22 '16 05:11 yyw794

Is this fixed with https://github.com/ktdreyer/jenkins-job-wrecker/pull/31 ? Or should we keep this open if it's still an issue on Python 3?

ktdreyer avatar Nov 23 '16 18:11 ktdreyer