Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Ladislav Vitasek
Total activity
9
Last activity
December 15, 2022 13:18
Member since
December 14, 2022 14:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
December 15, 2022 13:18
Using Ex class worked, thank you.
Community
TeamCity Plugin Development
Stop a build with a failure status (server side plugin, SRunningBuild)
0 votes
Edited
December 15, 2022 12:50
thank you, I give it a try. Consider this BuildStep - it can read property which is marked as password&hidden (+export file as an artifact)
Community
TeamCity Plugin Development
Stop a build with a failure status (server side plugin, SRunningBuild)
0 votes
Created
December 15, 2022 08:49
so, still no workaround through internal Ex classes?
Community
TeamCity Plugin Development
Stop a build with a failure status (server side plugin, SRunningBuild)
0 votes
Created
December 14, 2022 17:24
I know about 2 possibilities how to get the value: AgentRunningBuild.getAgentConfiguration().getConfigurationParameters() (buildAgent.properties) AgentRunningBuild.getSharedConfigParameters() ...
Community
TeamCity Plugin Development
Stop a build with a failure status (server side plugin, SRunningBuild)
0 votes
Created
December 14, 2022 14:54
My first implementation was designed for the agent-side (and it worked as you mentioned), but the agent side has one big disadvantage - problem with secrets. We have to be able to hide GIT access t...
Community
TeamCity Plugin Development
Stop a build with a failure status (server side plugin, SRunningBuild)
0 votes
Created
December 14, 2022 14:41
@Dmitry isn't there some trick using internal Ex classes as well? I suppose the code must be there, because agent-side plugin is able to do that.
Community
TeamCity Plugin Development
Stop a build with a failure status (server side plugin, SRunningBuild)
0 votes
Created
December 14, 2022 14:30
Thank you Dmitry for the fast response. I develop a plugin which stops a build if the last VCSs commits are not verified with a signature. If the build is marked as cancelled then it disappears fro...
Community
TeamCity Plugin Development
Stop a build with a failure status (server side plugin, SRunningBuild)
0 votes