gpt4 book ai didi

tomcat - 使用 Jenkins 将 war 部署到 tomcat 8

转载 作者:行者123 更新时间:2023-11-28 22:39:54 25 4
gpt4 key购买 nike

我想简单地将存在于远程 tomcat 上的 jenkins slave 上的 war 文件部署。

我觉得这个插件很有用https://wiki.jenkins.io/display/JENKINS/Deploy+Plugin

enter image description here

控制台输出如下:

Building remotely on temporary node (temporary) in workspace /home/ubuntu/workspace/container
[] $ /bin/sh -xe /tmp/jenkins6494228973021674867.sh
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : echo "running post build task"
[ifx-pre-jill] $ /bin/sh -xe /tmp/jenkins194585219316925654.sh
+ echo running post build task
running post build task
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Finished: SUCCESS

我看不到部署日志。我错过了什么吗?

我试着引用这个 https://www.jdev.it/deploying-your-war-file-from-jenkins-to-tomcat/ ,但它没有给我输入管理员用户名和密码的选项。因此,我输入了 tomcat 实例的 ssh 公钥位置作为凭据。

最佳答案

您可以使用 cURL 将 WAR 文件部署到 Tomcat。

curl -T "app.war" "http://managerUser:managerPass@http://<TOMCAT_URL>/manager/text/deploy?path=/appContext&update=true"

关于tomcat - 使用 Jenkins 将 war 部署到 tomcat 8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45648623/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com