I have a newly made jenkins v 2.36 on ubuntu 14.04 LTS. during the installation process, jenkins installed all the plugins except the conveyor and got stuck during installation. After that, I restarted jenkins with
service jenkins restartand was able to create a new administrative user. Here is a screenshot of the error on the jenkins control panel, the correct button does not fix this error. What should I do to resolve this error?

Error
There are dependency errors loading some plugins:
Pipeline: Stage View Plugin v2.4
pipeline-rest-api v2.4 is missing. To fix, install v2.4 or later.
Pipeline v2.4
Pipeline: Stage View Plugin v2.4 failed to load. Fix this plugin first.
source
share