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: documentation/Functions.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -625,19 +625,21 @@ This function only consist of one parameter.
625
625
-**Description**- Name of the workspace repository(Default is the playbook-name).
626
626
627
627
#### Arguments:
628
-
**User**(Optional)
629
-
flag: --user
630
-
value: GitHub-username (Default is 'devonfw-tutorials')
628
+
***User**
629
+
- (Optional)
630
+
- flag: --user
631
+
- value: GitHub-username (Default is 'devonfw-tutorials')
631
632
632
-
You can use a forked workspace-repository, if you add the username as argument. If the runner cannot find the workspace repository in the your repositories, it will use devonfw-tutorials instead.
633
+
Note: You can use a forked workspace-repository, if you add the username as argument. If the runner cannot find the workspace repository in the your repositories, it will use devonfw-tutorials instead.
633
634
634
-
**Branch**(Optional)
635
-
flag: --branch
636
-
value: the working branch (Default is its default-branch)
635
+
***Branch**
636
+
- (Optional)
637
+
- flag: --branch
638
+
- value: the working branch (Default is its default-branch)
637
639
638
-
You can use a different branch, if you add the working branch as argument. If the runner cannot find the branch in the cloned repository, it will use the default branch instead.
640
+
Note: You can use a different branch, if you add the working branch as argument. If the runner cannot find the branch in the cloned repository, it will use the default branch instead.
639
641
640
-
buildRun.sh --user [username] --branch [branch]
642
+
*buildRun.sh --user [username] --branch [branch]
641
643
642
644
#### Example:
643
645
@@ -647,8 +649,8 @@ will clone "https://github.com/devonfw-tutorials/[playbook-name]" into the works
647
649
* restoreWorkspace({"workspace": [name]})
648
650
will clone "https://github.com/devonfw-tutorials/[name]" into the workspace directory.
0 commit comments