Barry S
Barry S

Reputation: 71

Jenkins "changes-since-last-success" plugin does not show up in "add post-build action" menu

I have installed the Jenkins plugin changes-since-last-success. On the Jenkins -> Manage Jenkins -> Manage plugins -> installed tab, the plugin shows up as installed and enabled. Jenkins had been restarted to complete the installation. The version of the plugin installed is 0.5. The Jenkins version is 2.7.4.

However, that plugin is not available as a choice on the post-build action menu nor any other action menu in the Jenkins config when I'm trying to use it.

Any suggestions? Is this plugin compatible with Jenkins 2.7.4?

Upvotes: 0

Views: 1656

Answers (1)

afxentios
afxentios

Reputation: 2568

This plugin should be compatible with version 2.7.4 and most of the other versions of Jenkins that I am aware of. It should be activated as soon as you install and restart for all the jobs.

In order to access the options provided by the Jenkins plugin changes-since-last-success you should either click the option Changes since last success at your build or append the string /changes-since-last-success/ at the end of your build url.

For example:

http://111.11.11.111:8080/job/TEST/26/changes-since-last-success/

Then your will get the options as below:

changes since last success

Upvotes: 1

Related Questions