Jiri Nemec
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Edited How to get rid of pending changes?
I have this trigger in my build configuration to trigger this build only when specific files are modified (and skip another not related to production). Build is tested and deployed to production ... -
Edited TeamCity server WebSocket connection error in Docker image behind Apache proxy
EDIT: If you are interested, you can get +100 reputation on SO, by answering this question - https://stackoverflow.com/q/74826527/1315357 ---- I am running TeamCity server behind Apache proxy. My A... -
Created How to upgrade JDK in Docker compose TeamCity container?
I have this docker-compose.yml configuration file for TeamCity - server and agent. version: "3.5" services: server: image: jetbrains/teamcity-server:latest container_name: teamcity_server...