Getting error FATAL: Malformed input or input contains unmappable characters in Mainframe jenkins agent #257
-
I am trying to execute jenkins pipeline through Mainframe jenkins agent .It is throwing below error The recommended git tool is: NONE
I am using below JVM options- -Dfile.encoding=utf-8 -Xnoargsconversion -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.user.name.file.encoding=IBM-1047 -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.user.password.file.encoding=IBM-1047 -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.user.passphrase.file.encoding=IBM-1047 Could you please help me on this |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi @ratnamGT, As stated at the bottom of this readme, you no longer require the Which release of the Git Client plugin are you using? See the full list here: |
Beta Was this translation helpful? Give feedback.
-
@dennis-behm I am using git plugin 4.14.3 |
Beta Was this translation helpful? Give feedback.
-
Hi @dennis-behm Thanks your help. -Dfile.encoding=ISO-8859-1 worked . But another issue is z/OS agent is getting offline automatically however it showing 'connected successfully in the logs.Also I increased the disk space on z/OS but it is still showing the diskspace error. This issue is occurring in my Jenkins instance inside the VDI but not in another jenkins instance which ,i am using from different environment. Could you please help me on this? |
Beta Was this translation helpful? Give feedback.
@ratnamGT - please see the Jenkins books about node monitoring and thresholds - https://www.jenkins.io/doc/book/managing/nodes/
The default threshold settings might be too high compared to the free space on the mounted disk of the node in USS.