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.
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
: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