Fopina+ppb
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Created Fetch multiple refs from same VCS root
I have this git project where I want to fetch a tag and a branch.They have divergent history: there are extra commits in each of them that do not exist in the other.I want to fetch both so I can me... -
Created docker wrapper and rootless docker
Build steps with a container image specified (docker wrapper) have an hidden last step: Fix directory ownership.This can be seen only with VERBOSE messages.While this is good for standard docker in... -
Created VCS Trigger branch filter ignored
I have the following VCS Root definitionobject MyCli : GitVcsRoot({ name = "my-cli" url = "git@gitlab.internal:path/to/my-cli.git" branch = "main" branchSpec = "+:refs/heads/(*)" ... -
Created Gitlab integration - notify multiple build types
I have two build types to be triggered on non-default branches and one for default branch.Yet, Gitlab “Teamcity Integration” only allows one build type to be triggered. I hoped that the “VCS Root” ... -
Created Using docker container default entrypoint
When we use Command Line runner (and I assume all the others that support container wrapper), we can choose Custom Script or Run Executable with Parameters but:* first replaces image entry point wi...