Skip to content

Conversation

@eliotstocker
Copy link

With this our concourse pipeline can set the URL for the deployed target when the deployment is complete

Also updated reflectutil as i was having some compilation issues

@ahume
Copy link
Owner

ahume commented Sep 14, 2019

@eliotstocker Do you mind sorting out these conflicts, and I'll merge this. The reflectutil package is no longer used in latest master.

@eliotstocker
Copy link
Author

yeah cool, i think i want to switch to a newer github output anyway, ill do a bit of work on this and update the PR

@eliotstocker eliotstocker changed the title Add Target param to set LogURL on a deployment Status Update Add Target param to set EnvironmentURL on a deployment Status Update Sep 17, 2019
}

if request.Params.Target != "" {
newStatus.EnvironmentURL = github.String(request.Params.Target)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to conflate target and environment? Should the Params field also be EnvironmentURL?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, i was originally doing this for TargetUrl and then they did the old api update on me

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eliotstocker Ping. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants