简体   繁体   English

如何查看jenkins中针对特定作业的配置更改

[英]how to see the configuration changes in jenkins for a particular job

I have a Jenkins job which was failing due to artifact issue : 我有一个由于工件问题导致失败的Jenkins工作:

Internal error: java.lang.RuntimeException: Error occurred while publishing artifact to Artifactory:

My onsite lead has resolved the issue but she did not told me the steps/changes . 我的现场主管已经解决了这个问题,但她没有告诉我步骤/更改。

So my concern is , chow can I see the changes she made to the job. 所以我关心的是,我能看到她对工作所做的改变。

Most of the CI tools have this option to see the changes. 大多数CI工具都有此选项可以查看更改。 Jenkins too has this support. 詹金斯也有这种支持。

You can install the plugin Job Configuration History Plugin , so that for every change, you can have a track. 您可以安装插件作业配置历史插件 ,以便每次更改都可以有一个轨道。

Add " Job Configuration History Plugin " for tracking the changes done in configuration. 添加“ 作业配置历史插件 ”以跟踪配置中所做的更改。 Once added it will appear on left side, please refer below image. 添加后会显示在左侧,请参阅下图。

在此输入图像描述

Link to Plugin : https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin 链接到插件: https//wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin

Also you can revert back to old configuration using this same Plugin. 您也可以使用相同的插件恢复旧配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM