Jan Pfeffer

- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created rest-api for 2018.2.x?
Hi, TeamCIty 2018.2 version is out already but I can't find rest-api in your SVN for the version. When we can expect it to be released there? Thank you in advance, Jan -
Created Getting dynamically updated build parameter within the build run
AnsweredHi all, I'm setting a parameter (let's say my_param) to a running build via TC service message (##teamcity[setParameter name='my_param'...) and I want to get the new value of the parameter later bu... -
Created Overriding build steps
Hi guys,I'm curious about a possibility to override a build step inherited in a build configuration from a template. We are extensively using TeamCity with hundreds of build configurations and we'v... -
Created Test history across several projects
Hi guys,with the new TC 8, we would like to move our build configurations into the tree structure, which is a cool feature btw. Unfortunately, it has one drawback for us that I will try to describe... -
Created SecurityContextEx in 8.0
Hi guys,in our company we've been using cmd line tool, that automates creation and configuration of builds and vcs-roots by calling several REST API endpoints. Due to the fact, that our TC users ar... -
Created Extending UI by a new plugin
Hi guys,I'm currently implementing a plugin that would allow us to lock/unlock a branch directly from TeamCity and I would need to put an icon/link/whatever on a place (in Project overview tab) tha... -
Created Access denied exception when calling User#getEmail() as a non-admin user???
Hi guys,I have just found out that if I try to fetch a User inside my plugin by calling UserModel#findUserById() and then call getEmail() method on the instance, I will get an access denied excepti... -
Created How to effectively read the Email Notifier settings
Hello,I've developed a custom plugin that, among the other stuff, sends also an email periodically every week about a build status to a group of users. Unfortunately, I couldn't use the MessageSend...