We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because there is character " é " in kubernetes the rundeck plugin is failing
Error :
13:19:41 | | File "/home/rundeck/libext/cache/kubernetes-plugin-1.0.16/job-wait.py", line 113, in <module> 13:19:41 | | main() 13:19:41 | | File "/home/rundeck/libext/cache/kubernetes-plugin-1.0.16/job-wait.py", line 109, in main 13:19:41 | | wait() 13:19:41 | | File "/home/rundeck/libext/cache/kubernetes-plugin-1.0.16/job-wait.py", line 77, in wait 13:19:41 | | print(line) 13:19:41 | | UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 110: ordinal not in range(128) 13:19:41 | | Failed: NonZeroResultCode: Script result code was: 1 13:19:41 | | Execution failed: 2151066 in project XXX: [Workflow result: , step failures: {4=Dispatch failed on 1 nodes: [rundeck-xxxx-xxxx: NonZeroResultCode: Script result code was: 1 + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, Node failures: {rundeck-xxxx-xxxx=[NonZeroResultCode: Script result code was: 1 + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, status: failed]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because there is character " é " in kubernetes the rundeck plugin is failing
Error :
Traceback (most recent call last):
13:19:41 | | File "/home/rundeck/libext/cache/kubernetes-plugin-1.0.16/job-wait.py", line 113, in <module>
13:19:41 | | main()
13:19:41 | | File "/home/rundeck/libext/cache/kubernetes-plugin-1.0.16/job-wait.py", line 109, in main
13:19:41 | | wait()
13:19:41 | | File "/home/rundeck/libext/cache/kubernetes-plugin-1.0.16/job-wait.py", line 77, in wait
13:19:41 | | print(line)
13:19:41 | | UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 110: ordinal not in range(128)
13:19:41 | | Failed: NonZeroResultCode: Script result code was: 1
13:19:41 | | Execution failed: 2151066 in project XXX: [Workflow result: , step failures: {4=Dispatch failed on 1 nodes: [rundeck-xxxx-xxxx: NonZeroResultCode: Script result code was: 1 + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, Node failures: {rundeck-xxxx-xxxx=[NonZeroResultCode: Script result code was: 1 + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, status: failed]
The text was updated successfully, but these errors were encountered: