craigwongva / pfeiffer4building

0 stars 0 forks source link

eliminate or ignore dependency errors in Jenkins #1

Open craigwongva opened 6 years ago

craigwongva commented 6 years ago

When using the Pfeiffer-provided script with the curls to install plugins, when visiting the Manage Jenkins page I saw a bunch of dependency errors. I uninstalled two of them and reinstalled manually, restarted Jenkins, and the errors reduced.

However this error stays around even if AWS CodeDeploy plugin isn't installed (verified by both the Installed plugin list in Manage Plugins, and also by looking in /var/lib/jenkins/plugins:

There are dependency errors loading some plugins:
AWS CodeDeploy Plugin for Jenkins v1.17
aws-java-sdk v1.11.119 is missing. To fix, install v1.11.119 or later.

BTW, if this Jenkins doesn't work because of the above issue, then this blog post also has a CloudFormation script for setting up a Jenkins: Setting up the Jenkins plugin for AWS CodeDeploy

craigwongva commented 6 years ago

There was a button on the top right that said Correct or something like that.

I clicked it, and it installed an AWS SDK and something else, and the red error message went away.