OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
170 stars 496 forks source link

Pass url and api key for machine selection. Fixes #1492 #1493

Closed harrisonmeister closed 3 months ago

harrisonmeister commented 3 months ago

Background

To fix issue described in #1492

Results

The Runbook step template is able to retrieve machine details as the API key and url is passed to the calling function

Before

image

After

image

Code change before and after:

Change 1:

image

Change 2:

image

Pre-requisites

Fixes #1492