When I run my lowercase line, it fails with
xcodebuild: error: Existing file at -resultBundlePath "/Users/dude/workspace/testMe/output/testMe.result"
My actions in the strip
- setup_jenkins
- clean_build_artifacts
- increment_build_number
- match
- gym
- Pilot
- reset_git_repo
I know that I can just add an action to delete this file, but most likely I'm doing something wrong.
source
share