TeamCity Integration with youtrack, Visual studio and git
Hi,
We want to make a build server and we are considering teamcity.
- Is there any document describing how can we integrate between our Gitlab, youtrack (which we are using), visual studio 2017 (for building our c# .net projects) and teamcity ?
- If I want to run custom scripts during my build - can teamcity run a batch file or an executable file developed in C# ?
Thanks
Please sign in to leave a comment.
Hi Ido,
Integration with GitLab is possible to some extent: https://confluence.jetbrains.com/display/TCD10/Commit+Status+Publisher. Using GitLab repositories is just using Git, which we support.
Youtrack integration is obviously supported: https://confluence.jetbrains.com/display/TCD10/Integrating+TeamCity+with+Issue+Tracker#IntegratingTeamCitywithIssueTracker-enableIssueTr
We do have a plugin for Visual Studio 2017: https://confluence.jetbrains.com/display/TCD10/Visual+Studio+Addin
We do have some support for scripting, including command line and powershell runners, so if it's not possible to run them with another runner, you can always run the script yourself from one of those runners.
Hope this helps, if you have any further question, please feel free to ask.