Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit ed6dbc2

Browse files
committed
backport of commit 6ff2a0a
1 parent 8cedcae commit ed6dbc2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/server/proto/server.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,9 @@ service Waypoint {
439439
// GetPipelineRun returns a pipeline run proto by pipeline ref id and sequence
440440
rpc GetPipelineRun(GetPipelineRunRequest) returns (GetPipelineRunResponse);
441441

442+
// GetLatestPipelineRun returns a pipeline run proto by pipeline ref id and sequence
443+
rpc GetLatestPipelineRun(GetPipelineRequest) returns (GetPipelineRunResponse);
444+
442445
// ListPipelines takes a project and evaluates the projects config to get
443446
// a list of Pipeline protos to return in the response. These pipelines
444447
// are scoped to a single project from the request. It will return an

0 commit comments

Comments
 (0)