码迷,mamicode.com
首页 > 其他好文 > 详细

jenkins里用ansible发布代码常见的问题

时间:2019-04-28 15:43:30      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:either   star   jre   com   profile   home   常见   后台   environ   

1.stdout: Neither the JAVA_HOME nor the JRE_HOME environment variable is defined

cd bin/
vi catalina.sh
头部加入以下信息:

export JAVA_HOME=/home/gongzi/http/jdk1.6.0_26
export JRE_HOME=/home/gongzi/http/jdk1.6.0_26/jre

2.tomcat 启动不了
碰到ansible无法起停tomcat的时候,有两个点需要关注
1)、环境变量,在startup.sh中添加source /etc/profile
2)、后台运行,加上nohup...&


3. 只发一次上线通知

run_once: true


- command: /opt/application/upgrade_db.py
run_once: true
delegate_to: web01.example.org

指定在"web01.example.org"上执行

jenkins里用ansible发布代码常见的问题

标签:either   star   jre   com   profile   home   常见   后台   environ   

原文地址:https://www.cnblogs.com/rutor/p/10784034.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!