diff options
author | Balasankar C <balasankar@gitlab.com> | 2017-05-09 15:53:23 +0000 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2017-05-09 15:53:23 +0000 |
commit | 3b5134f6a92a0af144ad999695298d7dad11f7e3 (patch) | |
tree | 0ee9e4c5b6377dc0cc81e3c3cb8edb6fb4cf3ffe /doc | |
parent | 6075d7aab31995569eb7e052fb77bcbc3841a851 (diff) | |
download | gitlab-ce-3b5134f6a92a0af144ad999695298d7dad11f7e3.tar.gz |
Add screenshots to Triggered Build docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/build_test_package.md | 4 | ||||
-rw-r--r-- | doc/development/img/trigger_ss1.png | bin | 0 -> 106261 bytes | |||
-rw-r--r-- | doc/development/img/trigger_ss2.png | bin | 0 -> 106671 bytes |
3 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/build_test_package.md b/doc/development/build_test_package.md index 2bc1a700844..439d228baef 100644 --- a/doc/development/build_test_package.md +++ b/doc/development/build_test_package.md @@ -15,6 +15,10 @@ When you push a commit to either the gitlab-ce or gitlab-ee project, the pipeline for that commit will have a `build-package` manual action you can trigger. +![Manual actions](img/trigger_ss1.png) + +![Build package manual action](img/trigger_ss2.png) + ## Specifying versions of components If you want to create a package from a specific branch, commit or tag of any of diff --git a/doc/development/img/trigger_ss1.png b/doc/development/img/trigger_ss1.png Binary files differnew file mode 100644 index 00000000000..ccff1009a25 --- /dev/null +++ b/doc/development/img/trigger_ss1.png diff --git a/doc/development/img/trigger_ss2.png b/doc/development/img/trigger_ss2.png Binary files differnew file mode 100644 index 00000000000..94dfd048793 --- /dev/null +++ b/doc/development/img/trigger_ss2.png |