Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws sdk version upgraded to include new regions. #67

Closed
wants to merge 1 commit into from

Conversation

tridib
Copy link

@tridib tridib commented Sep 24, 2016

To fix following issue.
#66

@shylaharild
Copy link

Jenkins Error when trying to use Code Deploy Plugin

ERROR: Step ‘Deploy an application to AWS CodeDeploy’ aborted due to exception: 
java.lang.NoSuchMethodError: com.amazonaws.services.codedeploy.AmazonCodeDeployClient.registerApplicationRevision(Lcom/amazonaws/services/codedeploy/model/RegisterApplicationRevisionRequest;)V
    at com.amazonaws.codedeploy.AWSCodeDeployPublisher.registerRevision(AWSCodeDeployPublisher.java:388)
    at com.amazonaws.codedeploy.AWSCodeDeployPublisher.perform(AWSCodeDeployPublisher.java:226)
    at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32)
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
    at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
    at hudson.model.Build$BuildExecution.post2(Build.java:185)
    at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
    at hudson.model.Run.execute(Run.java:1763)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:410)

@nathanosdev
Copy link

Also receiving the following error,
please fix I'm completely blocked by this!

16:09:03 java.lang.NoSuchMethodError: com.amazonaws.services.codedeploy.AmazonCodeDeployClient.registerApplicationRevision(Lcom/amazonaws/services/codedeploy/model/RegisterApplicationRevisionRequest;)V
16:09:03    at com.amazonaws.codedeploy.AWSCodeDeployPublisher.registerRevision(AWSCodeDeployPublisher.java:388)
16:09:03    at com.amazonaws.codedeploy.AWSCodeDeployPublisher.perform(AWSCodeDeployPublisher.java:226)
16:09:03    at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32)
16:09:03    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
16:09:03    at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
16:09:03    at hudson.model.Build$BuildExecution.post2(Build.java:185)
16:09:03    at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
16:09:03    at hudson.model.Run.execute(Run.java:1745)
16:09:03    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
16:09:03    at hudson.model.ResourceController.execute(ResourceController.java:98)
16:09:03    at hudson.model.Executor.run(Executor.java:404)
16:09:03 Finished: FAILURE

Copy link

@nathanosdev nathanosdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Please merge!

@martinbianco
Copy link

I have downgraded the Amazon Web Services SDK jenkins Plugin in order to resume my codedeploy capabilities.

would be great if fix can be released

@nathanosdev
Copy link

@martinbianco can you please tell me how you done this? I only have an option to revert to an older installation if I had the previous version installed, but this problem is on a fresh Jenkins installation. What version did you downgrade to?

@tridib
Copy link
Author

tridib commented Oct 10, 2016

I wonder why this pull request is not yet merged. I am blocked and unable to use Jenkins to deploy on Mumbai data center.

@ibuys
Copy link

ibuys commented Oct 13, 2016

I ran into this issue just today. Any reason not to merge?

@westside
Copy link

I just built hpi file by changing the aws sdk version to 1.11.37, and works fine.

If somesone want to use it, u can download file from the link below.
https://drive.google.com/file/d/0B-yniu1Pmq_XWGdxUjRycWxXcDg/view?usp=sharing

You can install hpi file as below.
http://stackoverflow.com/questions/14950408/how-to-install-a-plugin-in-jenkins-manually

thank you.

@Technowise
Copy link

@westside You just saved me from a lot of hassle. Thanks! But can someone please make this change to the repo and make a release so that it is fixed for everyone?

@jhuckabee
Copy link

Any update on a release with this fix?

@masterxavierfox
Copy link

@westside Good Stuff Sir

@vaniparidhyani
Copy link

@westside Thank you!

@pdehlke
Copy link

pdehlke commented Nov 4, 2016

What's going on with this? Seems like a complete no-brainer merge; what am I missing?

@damianxd
Copy link

damianxd commented Nov 9, 2016

Can anyone please merge this crap? My setup is completely broken because of this

@derekbelrose
Copy link

It's been over a month, can someone please merge this PR?

@gdeblina
Copy link

Sorry for letting this sit for so long. We will take a look into this and get back soon.

@mvanbaak
Copy link

mvanbaak commented Mar 5, 2017

Any idea when 'soon' is?

@feverLu
Copy link
Contributor

feverLu commented Mar 7, 2017

We've updated the jenkinsci repo, and once you update the CodeDeploy Jenkins plugin, you should be able to deploy in the new region: jenkinsci@d3a99b2

@feverLu feverLu closed this Mar 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet