You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workspaces/bulk-import/plugins/bulk-import-backend/README.md
+59Lines changed: 59 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,65 @@ For the RHDH instance to use the scaffolder functionality, it must be run with t
117
117
export NODE_OPTIONS=--no-node-snapshot
118
118
```
119
119
120
+
##### Scaffolder Template Input Parameters
121
+
122
+
The **Bulk Import plugin** executes a Scaffolder template task with specified parameters. The Scaffolder template author should use these parameters within the template.
123
+
124
+
The Bulk Import plugin parses Git repository information and provides the following parameters for the Scaffolder template task:
125
+
126
+
-**`repoUrl`** – Normalized repository URL in the format:
0 commit comments