Skip to content

Commit

Permalink
Merge pull request #32 from cloud-native-toolkit/feature/add-workspac…
Browse files Browse the repository at this point in the history
…e-mapping

feat: added workspace mappings to the pipeline builder
  • Loading branch information
nathanagood authored Oct 5, 2023
2 parents 099130a + 9975c65 commit 84254ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/builders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ export class PipelineRunBuilder {
name: this._pipeline.name,
},
params: this._runParams,
workspaces: this._runWorkspaces,
},
});
}
Expand Down
9 changes: 9 additions & 0 deletions test/__snapshots__/pipelinebuilder.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84254ae

Please sign in to comment.