-
Notifications
You must be signed in to change notification settings - Fork 53
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
(GH-702) added documentation for TeamCity #707
Conversation
@nils-a thanks for this, really appreciate it! Does this configuration go into a file in the repository, or does this go into a build configuration within TeamCity? Historically, TeamCity was very much UI driven. How would I take have you have provided here and get it into a build? |
@gep13 no, that's the DSL, as displayed in TeamCity - as far as I see the DSL can be edited in the UI but not checked into the repository like the others. (Probably should mention that, though.) |
TeamCity can store its configration in a VCS, see https://www.jetbrains.com/help/teamcity/storing-project-settings-in-version-control.html. But I would suggest to keep it to the user how he uses TeamCity (through UI, with settings stored in XML, with settings stored in Kotlin) |
@gep13 @pascalberger I have added a sentence to explain the exported Kotlin DSL. Should we better use screenshots to document this? |
@nils-a screenshots never hurt, so if you wanted to add some here, I certainly wouldn't say no 😄 |
@gep13 added a textual guideline thru the TeamCity-UI, including two screenshots. (and I was able to add the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@nils-a thanks for getting this documented! |
Seems exposing
vcsroot.branch
is required for Cake.Recipe to run.fixes #702