-
Bug
-
Resolution: Low Engagement
-
Low
-
None
-
None
-
1
-
Severity 3 - Minor
-
0
-
Summary
Bamboo shows incorrect information when executable is renamed.
Steps to Reproduce
- Create a job and add one task for Node.js
- Click Add new executable and create the following:
- Node 1
- Node 2
- Node 3
- Save task choosing Node.js executable for Node 2. Other details do not matter.
- In Bamboo administration >> Server capabilities >> Node 2 then Rename Capability.
- Rename Capability to Node 4.
- Go back to the Task and note that Node.js executable now pints to Node 1.
- The Database still shows Node 2.
select * from build_definition where xml_definition_data LIKE '%Node 2%';
Expected Results
I would expect the UI to show a blank selection.
Actual Results
The UI shows an incorrect value. The incorrect value is the name that shows first in the sorting.
Workaround
To get the list of jobs before changing the name.