Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将 Jenkins 配置为最多仅显示十 (10) 个构建。现在我想回去找一个旧版本。它是编号 1261,现在我在构建 1397。有没有办法检索和查看旧版本的控制台日志(1261)?
1261
除非您有 Jenkins 作业目录的备份(Unix 上的 $JENKINS_HOME/jobs 或 Windows 上的 %JENKINS_HOME%\jobs)。设置要显示的构建数量的配置选项不仅控制显示的构建数量,而且还从文件系统中删除较旧的构建以节省空间。
如果您确实有备份,您会在以下位置找到控制台输出$JENKINS_HOME/jobs/<job name>/<build number>/log
$JENKINS_HOME/jobs/<job name>/<build number>/log