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

GH1121: Add support for 'setParameter' service message to TeamCityProvider + … #1114

Closed

Conversation

kcamp
Copy link
Contributor

@kcamp kcamp commented Jul 25, 2016

In working with a legacy build process (converting to Cake), I noticed the absence of a method exposing the setParameter service message in TeamCity.

see: https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-AddingorChangingaBuildParameter

Given the current implementation of TeamCityProvider (WriteServiceMessage) this was a simple addition that seems like it would be useful to more fully support TeamCity interop.

@dnfclas
Copy link

dnfclas commented Jul 25, 2016

Hi @kcamp, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@gep13
Copy link
Member

gep13 commented Jul 25, 2016

Relates to #1121

@gep13
Copy link
Member

gep13 commented Jul 25, 2016

@kcamp thank you for your contribution to Cake. To save you a job, I have rebased and merged this commit here: 2951f9d

As a result, I am going to manually close this PR, however, your work has been correctly attributed.

@gep13 gep13 closed this Jul 25, 2016
@gep13 gep13 changed the title Add support for 'setParameter' service message to TeamCityProvider + … GH1121: Add support for 'setParameter' service message to TeamCityProvider + … Jul 25, 2016
@kcamp kcamp deleted the TeamCityProvider-SetParameter branch July 26, 2016 15:35
dbertram pushed a commit to dbertram/cake that referenced this pull request Sep 2, 2016
… interface

Support for TeamCity's "setParameter" service message was added in
cake-build#1114 but only the tests and implementor
were updated.

This change updates the interface to match, which is what is actually exposed to
Cake scripts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants