I need to copy the allure results after test execution to a folder in the main repository so I can use it to publish results.
Using this command:
Getting this error:
+ cp -r allure-report $BITBUCKET_GIT_HTTP_ORIGIN/public
cp: cannot create directory /bitbucket.org/63idealabs/nc-test-automation/public: No such file or directory
Thank you for reaching out to the community.
From your configuration, instead of using the variable $BITBUCKET_GIT_HTTP_ORIGIN, would it be possible for you to try to use $BITBUCKET_CLONE_DIR since you're referring to a directory?
Let me know how it goes.
Regards,
Mark C
Thanks for your reply @Mark C, this issue was resolved, didn't delete just in case someone else had the same query.
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.