Jenkins使用WebSphere部署WAR应用程序时出错

问题描述 投票:0回答:1

[请帮助,我学习使用jenkins将WAR自动部署到WebSphere。但是在我建立了詹金斯工作之后,我得到了这个错误消息

Error deploying to IBM WebSphere Application Server: org.jenkinsci.plugins.websphere.services.deployment.DeploymentServiceException: Failed to install artifact: Failure uploading archive to server

at org.jenkinsci.plugins.websphere.services.deployment.WebSphereDeploymentService.installArtifact(WebSphereDeploymentService.java:356)

at org.jenkinsci.plugins.websphere_deployer.WebSp

hereDeployerPlugin.deployArtifact(WebSphereDeployerPlugin.java:385)

请帮助解决此错误

jenkins websphere
1个回答
0
投票

此错误通常表示与服务器的连接错误(网络或连接问题)。

© www.soinside.com 2019 - 2024. All rights reserved.