Skip to content

Commit 8086604

Browse files
authored
Merge pull request awslabs#79 from jenkinsci/master
Merge plugin from latest release back into awslabs.
2 parents 5354270 + b50b30c commit 8086604

File tree

7 files changed

+8
-106
lines changed

7 files changed

+8
-106
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/.classpath
22
/.project
33
/.settings
4+
/pom.xml.releaseBackup
5+
/release.properties
46
/target

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
buildPlugin()

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ project. Upon a successful build, it will zip the workspace, upload to S3, and
66
start a new deployment. Optionally, you can set it to wait for the deployment to
77
finish, making the final success contingent on the success of the deployment.
88

9+
### Build Status
10+
11+
[![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins/aws-codedeploy-plugin/master)](https://ci.jenkins.io/job/Plugins/job/aws-codedeploy-plugin/job/master/)
12+
913
Setting up
1014
----------
1115

TODO.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88

99
<artifactId>codedeploy</artifactId>
10-
<version>1.18-SNAPSHOT</version>
10+
<version>1.19-SNAPSHOT</version>
1111
<packaging>hpi</packaging>
1212
<groupId>com.amazonaws</groupId>
1313
<name>AWS CodeDeploy Plugin for Jenkins</name>

pom.xml.releaseBackup

Lines changed: 0 additions & 81 deletions
This file was deleted.

release.properties

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)