Windows上的Jenkins:如何为`jenkins.out.log`启用日志轮转

时间:2019-09-12 05:41:42

标签: jenkins logging

我们目前在Windows机器上运行Jenkins,并且系统日志(instance_nameio.Source .fromFile("so.txt") //open file .getLines() //line by line .map(_.split(",")) //split on commas .toArray //load into memory .groupMap(_(1))(_(0)) //Scala 2.13 //res0: Map[String,Array[String]] = Map(4 -> Array(f), 5 -> Array(m), 1 -> Array(a, d, I, l), 2 -> Array(b, c, g, j, k, n), 3 -> Array(e, h)) )正变得越来越庞大。到目前为止,我还没有找到在Windows上运行Jenkins时启用日志循环的方法。

post here没有具体回答这个问题,也提到了作业日志。我的担心是另一个。

Official documentation不声明任何内容,the Cloudbees docu

也没有声明

1 个答案:

答案 0 :(得分:0)

Corrext,日志轮换不是Jenkins的内置功能;不知道为什么不。似乎回想起Koshuke所说的那样,没有便携式解决方案,我想这不是优先事项。似乎首先是Linux(如果有解决方案的话)。

在Linux上,它取决于您设置logrotate。

您需要的是Windows equivalent of logrotate