We have renamed an existing Nolio RA Application (ex: Application1 renamed to Application1-old). Then we created a new Application with the original Application name (Application1). Under the new Application (Application1) we created new deployment plans. In an existing CDD Nolio RA "Run Deployment" task we are not able to see the newly created deployment plans while searching using the @ symbol/search in the Deployment Plan field.
Release : 7.1
Component : CONTINUOUS DELIVERY DIRECTOR
The existing Nolio RA "Run Deployment" task is pointing to the ID of the original Nolio RA Application (Application1-old).
In the existing task, remove the existing values for Build, Deployment Plan, Project and Application. Then, use the @ symbol/search to get an updated list of Applications (and their ID's), Projects and Deployment Plans.
The @ symbol/search is using Rest API calls to get real time values from Nolio RA. The Rest API calls for Application, Project and Application are as follows:
http://nolioRaServer:8080/datamanagement/a/api/v4/applications
http://nolioRaServer:8080/datamanagement/a/api/v4/applications/3/projects
http://nolioRaServer:8080/datamanagement/a/api/v4/applications/3/projects/7/deployment-plans
In the examples above: