-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Repository - Settings Pipelines
-
None
-
1
-
Severity 3 - Minor
-
18
Issue Summary
Currently, if you have a repository with enabled Pipelines and you changed the main branch to a branch without the YAML file (bitbucket-pipelines.yml), the "Edit YAML configuration" does nothing when clicking from repository settings > Deployments.
Steps to Reproduce
- Create a new repo
- Create a new branch (i.e. develop)
- Enable Pipelines by adding the bitbucket-pipelines.yml file
- Change the repository main branch to "develop"
- Go to repository settings > Deployments
- Click "Edit YAML configuration" button
Expected Results
There will be a pop-up or message stating that there's no YAML file for the current main branch
Actual Results
The button does nothing
Workaround
Currently, the workaround is to either change the main branch with the YAML file, or add a YAML file to the current main branch