https://bitbucket.org/atlassian/trigger-pipeline/src/master/ says that the type for wait and debug are boolean.
And when I use a boolean in my pipeline, the error reports I've done exactly as requested, but that it is also wrong.
There is an error in your bitbucket-pipelines.yml at [pipelines > branches > master > 1 > step > script > 0 > variables > WAIT]. To be precise: This value should be a string (it is currently defined as a boolean).
So, for example, if I want to use OIDC, I say
oidc: true
So, I've got
WAIT: true
DEBUG: true
for the 2 booleans.
I'll be testing to see if these need to be strings to work. But either way, the documentation is wrong as the error reported for doing it the way the documentation says to do it is reported perfectly as the problem!
Quoting 'true'/'false' worked, but then that's just a string.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.