Nic Pantieras

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Nic Pantieras created a post, How to display a live link in Build shortcuts
Greetings,I’m hopefully near the end of the TeamCity plugin development process and I have one more hurdle to jump.Background:My plugin has a server and an agent part.The server plugin is an Admin ... -
Nic Pantieras created a post, How to get TeamCity / Spring to recognize 3rd party libraries called within Agent code
Hello,Please forgive what could end up being a Spring 101 question - I'm only now picking it up with teamcity plugin development.Within an agent plugin's code, I'm attempting to call a 3rd party li... -
Nic Pantieras created a post, How to get previous revision identifier before this run's current revision identifier
Hello,For an agent plugin that I'm working on, I not only need a current source control revision identifier (for svn, it's a straight-up integer that can be acquired in a number of ways off of the ... -
-
Nic Pantieras created a post, How to intercept any runner's command line
Hello,I'm writing an agent plugin. Its purpose is to intercept the command line that would be forwarded to any runner and modify it by wrapping it with an outer command line.For developement only,...