Jenkins 2 download dependencies of some plugins

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?

enter image description here

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.
+4
source share
2 answers

It is always useful to install the plugin through "Manage Jenkins -> Plugin Manager"so that the plugin automatically installs its dependencies.

- . Manage Plugins -> Advances Option -> Upload plugin.

, :

pipeline-rest-api v2.4 is missing. To fix, install v2.4 or later.

, pipe-rest-api. , , .

Jenkins.

+3

jenkins_dependency_error,

.

jenkins > jenkins > > [ "" ] ( " " )

+2

Source: https://habr.com/ru/post/1663599/


All Articles