Build steps from yml
Hi,
we are building up a new team and the developers are coming from a Travis/Jenkins background. They like to have a .teamcity.yml to configure their builds. I have not found a way to provide this in the documentation or a plugin providing this. At first I thought meta-runners could give me this. Those file seem to be in XML and seem to target a different use case.
Kind regards,
Sascha
Please sign in to leave a comment.
Hi Sascha,
if they want to configure the build configurations themselves, then the options we ship are either the UI, Versioned Settings (in XML or Kotlin) or any language that can be then send information through the REST API.
Versioned Settings: https://confluence.jetbrains.com/display/TCD10/Storing+Project+Settings+in+Version+Control
Kotlin support was added in version 10: https://confluence.jetbrains.com/display/TCD10/Kotlin+DSL
REST API:https://confluence.jetbrains.com/display/TCD10/REST+API#RESTAPI-BuildConfigurationAndTemplateSettings