aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide/run.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user-guide/run.md')
-rw-r--r--doc/user-guide/run.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/user-guide/run.md b/doc/user-guide/run.md
new file mode 100644
index 0000000..2b77296
--- /dev/null
+++ b/doc/user-guide/run.md
@@ -0,0 +1,30 @@
+# Run your Chained-ci
+
+From the gitlab web page of your Chained-ci project, select the CI/CD menu
+
+![pipeline creation step 1](../img/pipeline_creation_1.jpg)
+
+* Click on the Run Pipeline button
+
+ ![pipeline creation step 2](../img/pipeline_creation_2.jpg)
+
+* Select the acurate branch (Default: master) (orange in image)
+
+ ![pipeline creation step 3](../img/pipeline_creation_3.jpg)
+
+* set variable POD, here POD is the identifier for your chained-CI (yellow in image)
+
+ ![pipeline creation step 3](../img/pipeline_creation_3.jpg)
+
+* Click on Create pipeline i(green in image)
+
+ ![pipeline creation step 3](../img/pipeline_creation_3.jpg)
+
+You can obviously also use the Schedules menu if you want to regularly run
+your chain (cronjob defined).
+
+![schedule creation step 1](../img/schedule_creation_1.jpg)
+
+![schedule creation step 1](../img/schedule_creation_2.jpg)
+
+![schedule creation step 1](../img/schedule_creation_3.jpg) \ No newline at end of file