Problem Statement
...
Version | Server 6.3.0 |
---|
Application | Bamboo, Jira |
---|
App Version | Run CLI 8.7.0, Atlassian CLI 8.7.0 |
---|
Cause
Panel |
---|
|
- 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 field1, field2, field3 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 |
---|
theme | Midnight |
---|
title | Action 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" |
...