...
Info |
---|
When trying to update more than 8 Bamboo build parameters its showing below error:causing error |
Code Block | ||||
---|---|---|---|---|
| ||||
--action queueBuild --build "TEST-TES" --field1 "bamboo2" --value1 "%customfield_10306%" --field2 "bamboo3" --value2 "test" --field3 "bamboo4" --value3 "one" --field4 "bamboo5" --value4 "test" --field5 "custom1" --value5 "ones" --field6 "bamboo7" --value6 "12/2/2019" --field7 "bamboo8" --value7 "admin" --field8 "bamboo6" --value8 "test" --field9 "bamboo10" --value9 "test" |
Error Message
Code Block | ||||
---|---|---|---|---|
| ||||
Error: Unknown flag 'field9'. Error: Unexpected argument: bamboo10 |
...