I was installing jenkins and this error showed up, Im trying to fix it but i cant, someone knows how?
Dependency errors:
Pipeline (596.v8c21c963d92d)
Plugin is missing: pipeline-build-step (2.18)
I was installing jenkins and this error showed up, Im trying to fix it but i cant, someone knows how?
Dependency errors:
Pipeline (596.v8c21c963d92d)
Plugin is missing: pipeline-build-step (2.18)
Either the plugins are missing, then you need to install the missing one.
Or the plugins couldn’t be loaded because you have some older version of another plugins that prevents pipeline-build-step from getting loaded.
In any case checking the logs of jenkins should give you hints what is wrong.