Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem Statement

...

VersionServer 6.3.0
ApplicationBamboo, Jira
App VersionRun CLI 8.7.0, Atlassian CLI 8.7.0


Cause

Panel
bgColor#f9ecc5
  • According to documentation, we can set only 8 Bamboo build parameters using Run CLI or Bamboo CLI. But using the fields parameter we will be able to set more than 8 Bamboo build parameters as shown below.

Solution

We will be able to use fields parameter (A comma-separated list key: value pairs) of instead of using field1field2field3 parameters separately.

By executing the command as shown below, we can execute more than 8 build parameters using Run CLI or Bamboo CLI.

Code Block
themeMidnight
titleAction Command
--action queueBuild --build "TEST-TES" --fields "bamboo2, bamboo3, bamboo4, bamboo5, custom1, bamboo7, bamboo8, bamboo6, bamboo10" --value "%customfield_10306%, test, one, test, ones, 12/2/2019, admin, test, https://www.google.com/, test"

...