No New Deployment Plans In Run Deployment Task: cdd-ra-plugin
search cancel

No New Deployment Plans In Run Deployment Task: cdd-ra-plugin

book

Article ID: 205147

calendar_today

Updated On:

Products

Continuous Delivery Director

Issue/Introduction

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. 

Environment

Release : 7.1

Component : CONTINUOUS DELIVERY DIRECTOR

Cause

The existing Nolio RA "Run Deployment" task is pointing to the ID of the original Nolio RA Application (Application1-old). 

Resolution

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. 


Additional Information

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:

  • The second API call shows 3 because I selected an application whose id was 3.
  • Also, in the last API call it shows 7 because I selected a project whose id was 7.