-
Notifications
You must be signed in to change notification settings - Fork 13
Add Target param to set EnvironmentURL on a deployment Status Update #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@eliotstocker Do you mind sorting out these conflicts, and I'll merge this. The |
|
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 |
45451dc to
496b4cf
Compare
| } | ||
|
|
||
| if request.Params.Target != "" { | ||
| newStatus.EnvironmentURL = github.String(request.Params.Target) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eliotstocker Ping. :)
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