Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins-cloudformation-plugin
Commit: 0717bb490887e38276e18775fd92645bfd9a1841
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/0717bb490887e38276e18775fd92645bfd9a1841
Author: amit.gilad <[email protected]>
Date: 2014-11-02 (Sun, 02 Nov 2014)
Changed paths:
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildWrapper.java
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationNotifier.java
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean.java
M
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean/config.jelly
M
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBean/config.jelly
M
src/test/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationTest.java
M src/test/resources/test-brokenStack.json
Log Message:
-----------
added creation of cloudformation as post build action +tear down prefix option
Commit: 29dff454568c488d51ad81f146c6975afab87ac4
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/29dff454568c488d51ad81f146c6975afab87ac4
Author: amit.gilad <[email protected]>
Date: 2014-11-03 (Mon, 03 Nov 2014)
Changed paths:
M pom.xml
M
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean/config.jelly
Log Message:
-----------
fixed tests
Commit: 172466795aedcbb776a440117dced11753fbb64b
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/172466795aedcbb776a440117dced11753fbb64b
Author: amit.gilad <[email protected]>
Date: 2014-11-04 (Tue, 04 Nov 2014)
Changed paths:
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildWrapper.java
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationNotifier.java
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean.java
M
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean/config.jelly
M
src/test/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationTest.java
Log Message:
-----------
added build notifier
Commit: 13bae97f613b9f02f874ca081fabfcca75b2f658
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/13bae97f613b9f02f874ca081fabfcca75b2f658
Author: amit.gilad <[email protected]>
Date: 2014-11-04 (Tue, 04 Nov 2014)
Changed paths:
A
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationPostBuildNotifier.java
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationPostBuildNotifier/config.jelly
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationPostBuildNotifier/help-accessKey.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationPostBuildNotifier/help-secretKey.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationPostBuildNotifier/help-stackName.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationPostBuildNotifier/help.jelly
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean/help-isPrefixSelected.html
Log Message:
-----------
added post build stack creation
Commit: bb87054ea9d9ccc902e0db682f328f4c8b5ac379
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/bb87054ea9d9ccc902e0db682f328f4c8b5ac379
Author: amitgilad3 <[email protected]>
Date: 2014-11-09 (Sun, 09 Nov 2014)
Changed paths:
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java
A
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildStep.java
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildWrapper.java
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationNotifier.java
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationPostBuildNotifier.java
A
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/PostBuildStackBean.java
M
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean.java
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildStep/config.jelly
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildStep/help-accessKey.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildStep/help-secretKey.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildStep/help-stackName.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildStep/help.jelly
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/PostBuildStackBean/config.jelly
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/PostBuildStackBean/help-CloudFormationRecipe.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/PostBuildStackBean/help-awsAccessKey.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/PostBuildStackBean/help-awsRegion.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/PostBuildStackBean/help-awsSecretKey.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/PostBuildStackBean/help-parameters.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/PostBuildStackBean/help-sleep.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/PostBuildStackBean/help-stackName.html
A
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/PostBuildStackBean/help-timeout.html
M
src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBean/config.jelly
M
src/test/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationTest.java
Log Message:
-----------
added option to create cloud formation as build step and as a post build step.
added sleep timer when creating cloud formation in case cloud formation takes a
long time
Compare:
https://github.com/jenkinsci/jenkins-cloudformation-plugin/compare/16a5d4618ce2...bb87054ea9d9
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.