Hi
this pipeline is working except $BITBUCKET_PR_ID or $BITBUCKET_BRANCH
I can't see the value of $BITBUCKET_PR_ID or $BITBUCKET_BRANCH
Hey @Eli Hazan
When you ran echo, did you get any output? For example:
- echo "$BITBUCKET_PR_ID"
- echo "$BITBUCKET_BRANCH"
FYI, for a PR ID to exist, the PR need to be trigger from a PR. So can you verify if echo return any results?
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.