Hi,
I have created the Windows Runner on my machine.
I noticed that every time the pipelines run, it automatic clone the repo to
C:\Windows\System32\atlassian-bitbucket-pipelines-runner\temp\"RunnerID"\"SomeDirectory"
and that got deleted after Runner finished.
Does anyone know how the "SomeDirectory" created?
I noticed that every time the Runner is online, it created the new directory with the name contain a lot of number.
For example: 1654614909794 or 1654895634439
I want to access to that folder and execute the file at that time it got cloned to that.
Thank you
Hi Kevin,
Thanks for reaching out to Atlassian Community, my name is Norbert and I'm a Bitbucket Cloud Support Engineer, it's nice to meet with you!
I'd like to inform you that the SomeDirectory gets created based on the EPOCH time, once the build is getting started.
For example, the 1654614909794 means Tuesday, 7 June 2022 15:15:09.794. You can find an epoch converter on the following site: https://www.epochconverter.com/
Please let me know if you have any further question?
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.