问题描述
jenkins启动之后会在home目录下生成一个".owner"文件,里面标识了本次jenkins实例的唯一标识,文件格式如下:
代码语言:java复制This Jenkins: 1612182264 contextPath="" at 44906@xx-xxx-tmp00.gz01.diditaxi.com
有可能会遇到如下错误:
代码语言:java复制Jenkins detected that you appear to be running more than one instance of Jenkins that share the same home directory '/home/apache-tomcat-8.5.73/work’. This greatly confuses Jenkins and you will likely experience strange behaviors, so please correct the situation.
This Jenkins: 1612182264 contextPath="" at 44906@xx-xxx-tmp00.gz01.diditaxi.com
Other Jenkins: 2144180199 contextPath="/jenkins-new" at 44906@xx-xxx-tmp00.gz01.diditaxi.com
2.解决方案
2.1 临时解决方案
每次点击ignore忽略这个警告,但是每次出现这个问题的时候,就比较麻烦了。
2.2 永久解决方案
直接删除".owner"文件
重新登录,它会生成新的".owner"文件。