How to do not create this folder on the server?
@Gennadiy Kulabukhov As I know this folder is not created on the server by the pipe. Please, explain conditions that you have . I don't see any script in the pipe that creates folder . Perhaps it is related to pipelines infrastructure , build folder is included inside pipelines agent
Regards, Galyna
I found a solution.
$REMOTE_PATH LOCAL_PATH: '${BITBUCKET_CLONE_DIR}/'
I have added the '/' symbol at the end of the string and pipelines didn't create unnecessary folder build on the server.
Thanks for your time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.