Skip to content

Commit

Permalink
Merge pull request #180 from NoxOrg/bugfix/project-group-name
Browse files Browse the repository at this point in the history
- added success to auth agent pool
  • Loading branch information
jan-schutte committed Feb 15, 2024
2 parents 1cd8027 + 2ea6891 commit fbca395
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public async Task<IDictionary<string, object>> ProcessAsync(INoxWorkflowContext
{
var client = new PipelineClient(_server, _pat);
await client.AuthorizeAgentQueuePipelines(_projectId.Value, _queueId!.Value);
ctx.SetState(ActionState.Success);
}
catch (Exception ex)
{
Expand Down

0 comments on commit fbca395

Please sign in to comment.