Just downloaded jenkins.war and made java -jar jenkins.war (on windows 8.1)
will go to http://127.0.0.1:8080/manage , I see:
There are dependency errors loading some plugins:
Email Extension Plugin v2.47
JUnit Plugin v1.2-beta-4 is older than required. To fix, install v1.2 or later.
GitHub plugin v1.20.0
Jenkins Git plugin v2.4.0 failed to load. Fix this plugin first.
Jenkins Git plugin v2.5.3
Matrix Project Plugin v1.4.1 is older than required. To fix, install v1.6 or later.
Jenkins Mailer Plugin v1.11 is older than required. To fix, install v1.16 or later.
Pipeline v2.2
Pipeline: Basic Steps v2.0 failed to load. Fix this plugin first.
Jenkins Workspace Cleanup Plugin v0.30
Matrix Project Plugin v1.4.1 is older than required. To fix, install v1.7.1 or later.
GitHub Branch Source Plugin v1.8.1
Jenkins Git plugin v2.3 failed to load. Fix this plugin first.
Pipeline: Basic Steps v2.1
Jenkins Mailer Plugin v1.11 is older than required. To fix, install v1.13 or later.
GitHub Organization Folder Plugin v1.4
GitHub Branch Source Plugin v1.5 failed to load. Fix this plugin first.
By repeating java -jar jenkins.war, each tooth is unpacked by war. Is there a place he lives in so you can just run it from the command line?
How to get rid of plugin errors?
source
share