You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.