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.
Hello,
We are trying to create a pipeline in one of our projects but when I commit the .yml it loads endlessly without ever succeeding. The script works in another project and I don't get any error message.
Do you have a suggestion?
1. Check if the pipeline is enabled for the specific project. Make sure to go to your repository settings, then navigate to the Pipelines section, and finally, click on "Settings" to enable pipelines.
2. Check the script in your bitbucket-pipelines.yml file. Make sure that the script is correct and that all of the values are set up properly. You can copy and paste the script from a working project if you need to.
3. Check the predefined variables. You can either fill in the variable values in-line or select them from the predefined variables. Make sure to check if the values are properly set up.
4. Run your build again. You can try running your build again to see if the issue has been resolved. If none of these steps work, try reaching out to Atlassian support for further assistance.
I finally found my problem. In my project I have to add a ticket to the comment. As I didn't find out how to edit the comment myself when I commit with the pipeline I had to disable the option.
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.