coolcat
09/01/2021, 7:46 PM@
. So your build may run at: /Users/jenkins/workspace/MyKMMProject
, and a concurrent build runs at /Users/jenkins/workspace/MyKMMProject@2
.
In this scenario I get the error:
> Task :shared:compileKotlinIos FAILED
e: Could not find "/Users/jenkins/workspace/MyKMMProject" in [/Users/jenkins/workspace/MyKMMProject@2/Pods, /Users/jenkins/.konan/klib, /Users/jenkins/.konan/kotlin-native-prebuilt-macos-1.5.21/klib/common, /Users/jenkins/.konan/kotlin-native-prebuilt-macos-1.5.21/klib/platform/ios_arm64]
I think this is due to the @
because there is no reference in any environment variable to the path name without the separator.
I suspect something is wrongly parsing the file path and tripping up on the @
but I don’t know where this would be, and therefore where to raise this bug.
Does anybody have any suggestions for troubleshooting this (other than reconfiguring the separator Jenkins character).Artyom Degtyarev [JB]
09/02/2021, 7:38 AMcoolcat
09/02/2021, 9:17 AM