-
Notifications
You must be signed in to change notification settings - Fork 131
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
Adding option to control Content Behaviour in deployment #76
base: master
Are you sure you want to change the base?
Conversation
@@ -52,9 +52,9 @@ | |||
|
|||
<dependencies> | |||
<dependency> | |||
<groupId>org.jenkins-ci.plugins</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably better to upload the new aws-sdk to the jenkins maven repo and get it from there
@@ -492,7 +496,7 @@ public BuildStepMonitor getRequiredMonitorService() { | |||
return BuildStepMonitor.STEP; | |||
} | |||
|
|||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the double **, maven wasn't getting along with this
@@ -7,7 +7,7 @@ | |||
</parent> | |||
|
|||
<artifactId>codedeploy</artifactId> | |||
<version>1.17-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not adjust the version suffix. SNAPSHOT is for prereleases as we aggregate additional functionality, and then the automated plugin release process will handle removing this and pushing the untagged version to the appropriate release branch.
Hi! Thanks for the contribution. Did you perform any testing as part of the changes? If so it'd be helpful to include that in the PR. Are you OK with submitting this contribution under the Apache License 2.0? |
It's probably better to upload the new aws-sdk to the jenkins maven repo and get it from there