Hello, We are onboarding some new development teams to Compass, and observed the following behavior: New components that are using config-as-code (updating the contents of compass.yml) cannot get D...
Hi, I'm using bamboo YAML specs. In the repositories config I have defined some repos as bitbucket server repos, which seem to require ssh public and private key for authentication, as per the docs....
Hello Atlassian, Can we overcome the long name folders where the build is cloned from the remote repo in the CI/CD pipelines? It makes my paths of the deepest files to have 259 paths in Wi...
It would appear you can not override "other" configs with branch-overrides. The docs lead me to believe all configuration is valid and should be merged appropriately, however my experiences have show...
In my program, I am processing issues from jira. I wanted to add an extra step to save all of my issues in a yaml file and then, when needed read them again. I am storing the original c...
I'm deploying using an azure-pipelines.yml file and the environment name is not getting resolved in Jira: The yaml looks like this: variables: - ${{ if eq(variables['Build.SourceBranch'], 'r...
I'm trying to tidy up my pipeline file but I'm having trouble using a script when it has multiple lines. Take this example which works fine: image: xxxx definitions: # reusable scripts scr...
...tep inside it. Here's what I thought I might be able to do: I should add that I am completely new to yaml and pipelines in general, literally started using it yesterday p...
...e see the pros and cons of using Java Specs and Yaml Specs, but we are looking for some guidance and best practices on how to use each one, which will help us decide which setup fits us best. If we u...
...ile for debugging). I setup the pipeline YAML a few years back, and it's worked fine for a good while. Now, today, when trying to run the pipeline, it fails when it reaches the following line: s...
Hi Team, Is it possible to make "Override branch of a linked repository" using YAML spec configuration? Bamboo version: 8.2.3
...ncludes i should be able to do this. However when i make the changes folder\build-ServiceA.yml-> error Bamboo YAML import failed: Invalid format of the YAML file: Include file ..\C...
Hi Team, I'm trying to configure my build plan with a YAML spec and have a problem with plan permissions. I have created the file "permission.yml" and Imported it in "bamboo.yml" "permission.yml...
I want to use the "definitions" section to specify a shared step as demonstrated here - https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/ However the step I want to make c...
...ith the YAML config file? I read your guides about custom fields and YAML fields (https://developer.atlassian.com/cloud/compass/components/create-view-edit-and-delete-custom-fields/ and https://d...
I was changing to use YAML Bamboo Specs and reached the below structure and the 3 plans are referring to 1 Repository: using !include /Project1 ├── bamboo-specs &n...
Hi, I have been playing around with bamboo specs in yaml to manage our CI. Now I just stumbled accross a setting that is there in the UI but does not seem to be accessible via the specs at least n...
Hello, This question can be ignored, the issue was caused by the repository id being part of the yaml spec file. changing this to defaultRepository like shown below fixed the issue: &n...
Hello, Im trying to setup a base plan via yaml specs which should be used to create actual plans via includes. So I have created several files which are included in a test plan like t...
Hi all, I am creating Jira tickets through an API. Descriptions of these tickets contain yaml code snippets and they are not being displayed properly. I screen recorded my interaction: https://d...
...s it possible to override some parameters using one yaml file configuration?
I have set up automatic deployment in my repositories to deploy my PHP / Laravel applications. Now I need to know how I can upload one * .yml file to my BitBucket repository and to a specific branch...
...uild information so that we don't have a 25 minute build time on every pipeline run. I thought setting up our yaml file like this would give us the desired result: ``` image: python:3.7...
...ure how I should provide the passphrase. And when I remove public-key and private-key fields I get below error. Bamboo YAML import failed: Repository 'my-test' should be defined at 'r...
Good day Atlassian team! I've noticed a bug in Compass. Look at the first screenshot: And now look at the second screenshot: I defined repository only once in the file: compass.yml ...
Copied to clipboard