繁体   English   中英

Jenkins Master和Slave配置Linux到AIX

[英]Jenkins Master and Slave configuration linux to AIX

这是我的环境。

Jenkins主站-Linux 64位从站AIX 32位

我必须在AIX 32位的Jenkins slave上运行一些作业。 问题在于在AIX上启动从服务器。 无论我使用什么版本的Java,我都无法启动从站。

启动从站时出现以下错误。 ssh顺便说一句。

jre1.8.0_65/bin/java:cannot execute hudson.util.IOException2: Slave JVM has terminated. Exit code=1
at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:984)
at hudson.plugins.sshslaves.SSHLauncher.access$400(SSHLauncher.java:137)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:725)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:706)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)Caused by: java.io.EOFException: unexpected stream termination*

任何帮助将不胜感激!! 提前致谢。

您可以尝试其他几种方式来添加奴隶

SSH Slave这会使用一组选定的凭据启动与主服务器的连接

Swarm插件这需要在主服务器上安装一个插件,然后侦听来自希望加入的从属节点的连接。 我更喜欢这个,因为您可以增加更多的奴隶而不必更换主人

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM