Skip to content

Commit

Permalink
Add project name as pipeline name in GitLab (#734)
Browse files Browse the repository at this point in the history
Right now, it is empty. Given that each project has only one pipeline defined
(we do not do anything with stages), that would be helpful.
  • Loading branch information
thomas-gerber committed Oct 19, 2022
1 parent 7a5849a commit a349e54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class Pipelines extends GitlabConverter {
number: pipeline.id,
pipeline: pipelineKey,
status,
name: repository.name,
url: pipeline.web_url,
createdAt: Utils.toDate(pipeline.created_at),
startedAt: Utils.toDate(pipeline.created_at),
Expand Down

0 comments on commit a349e54

Please sign in to comment.