简体   繁体   中英

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?

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:

自上次成功以来的变化

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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