Luke Mulcahy
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
Luke Mulcahy commented, -
Luke Mulcahy created a post, Docker Arguments
It used to be possibly to pass dockers arguments when using a container in a Command Line build step. For example -v hostDir:containerDirThis seems to be unavailable as an option now?How can I achi... -
Luke Mulcahy commented, -
Luke Mulcahy created a post, How to use Build Cache with Zip Archive
I'm trying to setup a Build Cache for my E2E Tests on Teamcity Cloud. My cache is only 50mb but has 3.5k files so I am required by Teamcity Cloud to archive it (limit of 1000 files for build cache,... -
Luke Mulcahy commented, -
-
Luke Mulcahy created a post, How to split test by suite (parallel tests build feature)?
I want to split my Jest/Junit tests by suite (since class is not detected for the them). Is this an option?Teamcity is only running 1 parallel build with all tests rather than 2 as I have specified...