I want to generate a random string, which should be unique to the branch. I want to use that random string as a name for a kubernetes namespace, so each branch will deploy on different namespace. If any code change happen in that branch, deployment will upgrade on that respective namespace
I cant use CF_SHORT_REVISION, because it is not unique to a branch (only to a commit)