We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9742d9f commit 4e3c47cCopy full SHA for 4e3c47c
lib/logic/api/pipeline2.js
@@ -4,8 +4,9 @@ const { sendHttpRequest } = require('./helper');
4
const Pipeline = require('../entities/Pipeline2');
5
6
const _extractFieldsForPipelineEntity = pipeline => ({
7
- id: pipeline._id,
+ id: pipeline.id,
8
name: pipeline.name,
9
+ metadata: pipeline.metadata,
10
spec: pipeline.spec,
11
});
12
0 commit comments