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

Adding option to control Content Behaviour in deployment #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wspi
Copy link

@wspi wspi commented Nov 17, 2017

It's probably better to upload the new aws-sdk to the jenkins maven repo and get it from there

@@ -52,9 +52,9 @@

<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Copy link
Author

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;
}

/**
Copy link
Author

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>
Copy link
Contributor

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.

@Jmcfar Jmcfar self-assigned this Dec 19, 2017
@Jmcfar
Copy link
Contributor

Jmcfar commented Dec 19, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants