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.
In my bitbucket-pipeline.yaml I had a script with references to atlassian/aws-ecs scripts
script:
- aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
- aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
- aws configure set default.region $AWS_DEFAULT_REGION
- pipe: atlassian/aws-ecr-push-image:1.1.2
For some reason if, I delete the version of the pipe (`:1.1.2`) I get an error:
"Your pipe name is in an invalid format. Check the name of the pipe and try again."
This is not caught by the Validator for bitbucket-pipelines.yml.
@Jason Harrison we do not support pipes without version tags and latest also. This is the reason why you have it failing
Regards, Galyna
Perhaps changing the error message to something like:
"Your pipe name is in an invalid format. Check the name of the pipe, including the version, and try again."
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.
Seems bitbucket-pipelines.yml validator doesn't catch this problem, but it is shown only when trying to run. That's a problem of validator I believe.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jason Harrison @Jonathan Duncan @roman_rakhmatullov we are reporting this to the appropriate team, thank you for the feedback!
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.