Alix Lourme

- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 12
- Subscriptions 13
-
Created BuildStartContextProcessor prerequisites build feature
Hello, When BuildStartContextProcessor is used to add some build parameters, some TeamCity Build Feature could be as prerequisites. e.g.: If you want check/analyse the teamcity.pullRequest.number, ... -
Created JDK v11 on https://teamcity.jetbrains.com
Hello, Currently on https://teamcity.jetbrains.com, no agents usable for plugins development (default pool / Ubuntu 16.04) seems have JDK v11 . For project compilation or third part usage like Sona... -
Edited Escaping TeamCity "double quote" variables in property of ANT script
CompletedHello, In a TeamCity ANT step/metar-runner, when some property coming from TeamCity variable is containing some double-quote, the build fails with: Element type "property" must be followed by eithe... -
Created How to retrieve the "from" branch in a pull-request build ?
AnsweredHi, Building GitHub pull requests with TeamCity is a real nice feature ; and encourages to add many PR checks, like the SonarQube Pull Request Analysis. Managing parameters for master / branch / PR... -
Created Cloud support : API usage for "mark for termination" ?
Hello, I'm working on yandex-qatools/teamcity-openstack-plugin, the TeamCity OpenStack Cloud Support.I'm trying to improve the configuration reload mechanism (when image or some properties like 'In... -
Created "GitHub Pull Requests" feature usage for dedicated Pull-Request build
Hello, With TeamCity 2018.2, the GitHub Pull Requests feature seems nice (and magic!).Is it possible to use it on a dedicated "pull request" build ? (Sometime, this build could be different than ma... -
Created Create/register a new Permission
Hi,In TeamCity 8.1, jetbrains.buildServer.serverSide.auth.Permission usage is very nice to manage user credentials in plugin development.But to be very precise and not reuse some permissions not di...