Running Teamcity Agent on USS with JAVA 11 #214
Unanswered
dennis-behm
asked this question in
Q&A
Replies: 1 comment
-
i am seeing another anomaly between Java 8 and 11 with Teamcity agent (version 129421) running under zOS 2.5. Teamcity agentTmp does not have Tagging ON.
and Under Java 8 Causing EDC5130I Exec format error. I have even tried Mounting Teamcity ZFS files with CCSID with CCSID 1047 and 819(ISO8859) to Force Tagging , still the script fails. Do not have any solutions ATM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Switching from JAVA 8 to JAVA 11 for the Teamcity agent running on Unix System Services causes some unforeseen issues around encoding and let pipelines fail:
Please make sure to update the settings from
teamcity.runner.commandline.script.encoding=ISO8859-1
toteamcity.runner.commandline.script.encoding=IBM1047
.They are set in the conf/buildAgent.properties file.
Additionally, depending on the selected authentication method to clone the repository, you might need to leverage a wrapper script like in Utilities/Jenkins
that uses iconv to convert credentials to IBM-1047.
Kudos to Jesper for sharing the results of his investigations for this problem.
Beta Was this translation helpful? Give feedback.
All reactions