Skip to content

Commit

Permalink
feat(3171): Move pipeline template workflowGraph out of config into a…
Browse files Browse the repository at this point in the history
… new field (BREAKING CHANGE) (#627)


BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config
  • Loading branch information
sagar1312 authored Aug 30, 2024
1 parent 7fa81d6 commit b0062ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/pipelineTemplateVersionFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class PipelineTemplateVersionFactory extends BaseFactory {
templateId: pipelineTemplateMeta.id,
description: config.description,
config: config.config,
workflowGraph: config.workflowGraph,
createTime,
version: newVersion
});
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"docker-parse-image": "^3.0.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"screwdriver-config-parser": "^10.4.3",
"screwdriver-data-schema": "^23.5.1",
"screwdriver-config-parser": "^11.0.0",
"screwdriver-data-schema": "^24.0.0",
"screwdriver-logger": "^2.0.0",
"screwdriver-workflow-parser": "^4.3.0"
"screwdriver-workflow-parser": "^5.0.0"
}
}

0 comments on commit b0062ef

Please sign in to comment.