摘要:
1、Mac系统下的环境变量: a. /etc/profile b. /etc/paths c. ~/.bash_profile d. ~/.bash_login e. ~/.profile f. ~/.bashrc 其中a和b是系统级别的,系统启动就会加载,其余是用户接别的。c,d,e按照从前往后的 阅读全文
摘要:
问题:在服务器运行脚本(nohup java -jar xxx.jar >output 2>&1 &)可以启动,在 jenkins 启动不成功,打开日志报:nohup: failed to run command ‘java’: No such file or directory 原因:jenkin 阅读全文