Yuki Inoue
Yuki Inoue

Reputation: 3777

Change configuration once, and gets multiple config change history

I work with a Jenkins server in which JobConfigHistory plugin is installed. This server has been used for a while, and I think many other plugins are installed as well.

On this server, I get multiple config change history recorded when I make a change to job configuration. I don't want this behavior; I want only single history change for a single configuration change.

I guess some Jenkins server config or some installed plugin is the cause of this problem, but I have no clue what I should do to find it out.

Any idea?

Upvotes: 1

Views: 115

Answers (2)

Oliver Gondža
Oliver Gondža

Reputation: 3511

The plugin persists the changes whenever the configurable entity is saved regardless there is any change or not. Note there is a global option for the plugin Do not save duplicate history to save only unique changes.

Upvotes: 0

Related Questions