-
-
Notifications
You must be signed in to change notification settings - Fork 732
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 support for Atlassian Bamboo Build Server #544
Comments
@krippz This sounds like a great idea. Can't have too many CI server integrations 👍 |
Indeed 👍 |
@krippz Hi,
|
Sweet! Sent from my iPhone
|
So I've started to implement bamboo support, And I'd like to reuse some of 'AppVeyorInfo' because the environment parts are a good fit, you mind if I restructure 'AppVeyorInfo' a bit? |
@krippz I think it's better if you create new structures for Bamboo than to try to make something generic to be honest. Code duplication is not an issue for us in this case. |
@krippz don't refactor AppVeyor classes first, do a WIP (work in progress) PR and we'll review. Easier for us to review, test, give feedback and merge if it doesn't affect existing code. |
Sweet! I'd thought to ask first, haven't contributed in this way before :) |
@krippz your PR should be targetting the develop branch of this repository. Thanks in advance for your contributions to Cake! 👍 |
We use the Atlasssian build server called Bamboo, I'd like the niceness of being able to do
if(BuildSystem.IsRunningOnBamboo() == true) { ... }
among other things.This would probably improve my build scripts :) a bit.
I could take a look at what would be possible with the Bamboo API, see how it compares to the TeamCityProvider and AppVeyorProvider API:s
The text was updated successfully, but these errors were encountered: