wolfeidau / rake-bamboo-plugin

Plugin for bamboo which enables building of ruby projects using rake
Other
34 stars 16 forks source link

Bamboo Deployments Support #59

Closed kennyyork closed 10 years ago

kennyyork commented 10 years ago

Would it be possible for the Rake task to be available during deployments?

kennyyork commented 10 years ago

I see from your other issues that you are pretty busy trying to get the project where you can publish it again, so I did some research on the API.

It looks like you can change your task types in the XML descriptor from taskType to commonTaskType to allow them to support both Builds and Deployments. This may have some other ramifications that I am unaware of, but if it is that easy (management trademarked) I wonder if you could fit it into your next release.

If I have some free time, I'll attempt the modification myself, but I'm not familiar with the Java tool chain.

wolfeidau commented 10 years ago

Heya

Firstly I thought this was already done in one of the pull requests, I will have to go back and review it.

Secondly any assistance is welcome, I am super busy at the moment so struggling to get a lot of time to work on it.

kennyyork commented 10 years ago

I found the pull request you were referring to: #46

I see in that pull request that the class inheritance was changed. If the atlassian-plugin.xml doesn't need to be changed as well (I can't find where this is documented on Atlassian's site for the life of me), then this issue can just be closed.