-
Notifications
You must be signed in to change notification settings - Fork 170
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
Report pending and completion status to the associated VSTS commit #91
Conversation
It seems the value of "state" can vary in case.
|
||
@Override | ||
public String getDisplayName() { | ||
return "Set completion status for VSTS commit or pull request"; |
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.
Can we change "VSTS" to "Team Services" here?
Is there a way for these pre- and post-build actions to be automatic whenever TFS or Team Services is involved, so that administrators do not have to explicitly enable them per-job? |
Yes, I think there’s a way and I’ve added it to the backlog. |
This pull request adds a Set pending status for VSTS commit or pull request build step as well as a Set completion status for VSTS commit or pull request post-build action, as shown below in my test job:
Manual testing
/vsts-hook/
with a specific commit, which queued my test job.Mission accomplished!