Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
33ef13c6
Commit
33ef13c6
authored
Dec 21, 2015
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Init documentation on Triggers [ci skip]
parent
4b4cbf0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
19 deletions
+31
-19
doc/ci/README.md
doc/ci/README.md
+20
-19
doc/ci/triggers/README.md
doc/ci/triggers/README.md
+11
-0
No files found.
doc/ci/README.md
View file @
33ef13c6
...
...
@@ -2,34 +2,35 @@
### User documentation
+
[
Quick Start
](
quick_start/README.md
)
+
[
Configuring project (.gitlab-ci.yml)
](
yaml/README.md
)
+
[
Configuring runner
](
runners/README.md
)
+
[
Configuring deployment
](
deployment/README.md
)
+
[
Using Docker Images
](
docker/using_docker_images.md
)
+
[
Using Docker Build
](
docker/using_docker_build.md
)
+
[
Using Variables
](
variables/README.md
)
+
[
Using SSH keys
](
ssh_keys/README.md
)
*
[
Quick Start
](
quick_start/README.md
)
*
[
Configuring project (.gitlab-ci.yml)
](
yaml/README.md
)
*
[
Configuring runner
](
runners/README.md
)
*
[
Configuring deployment
](
deployment/README.md
)
*
[
Using Docker Images
](
docker/using_docker_images.md
)
*
[
Using Docker Build
](
docker/using_docker_build.md
)
*
[
Using Variables
](
variables/README.md
)
*
[
Using SSH keys
](
ssh_keys/README.md
)
*
[
Triggering builds through the API
](
triggers/README.md
)
### Languages
+
[
Testing PHP
](
languages/php.md
)
*
[
Testing PHP
](
languages/php.md
)
### Services
+
[
Using MySQL
](
services/mysql.md
)
+
[
Using PostgreSQL
](
services/postgres.md
)
+
[
Using Redis
](
services/redis.md
)
+
[
Using Other Services
](
docker/using_docker_images.md#how-to-use-other-images-as-services
)
*
[
Using MySQL
](
services/mysql.md
)
*
[
Using PostgreSQL
](
services/postgres.md
)
*
[
Using Redis
](
services/redis.md
)
*
[
Using Other Services
](
docker/using_docker_images.md#how-to-use-other-images-as-services
)
### Examples
+
[
Test and deploy Ruby applications to Heroku
](
examples/test-and-deploy-ruby-application-to-heroku.md
)
+
[
Test and deploy Python applications to Heroku
](
examples/test-and-deploy-python-application-to-heroku.md
)
+
[
Test Clojure applications
](
examples/test-clojure-application.md
)
+
Help your favorite programming language and GitLab by sending a merge request with a guide for that language.
*
[
Test and deploy Ruby applications to Heroku
](
examples/test-and-deploy-ruby-application-to-heroku.md
)
*
[
Test and deploy Python applications to Heroku
](
examples/test-and-deploy-python-application-to-heroku.md
)
*
[
Test Clojure applications
](
examples/test-clojure-application.md
)
*
Help your favorite programming language and GitLab by sending a merge request with a guide for that language.
### Administrator documentation
+
[
User permissions
](
permissions/README.md
)
+
[
API
](
api/README.md
)
*
[
User permissions
](
permissions/README.md
)
*
[
API
](
api/README.md
)
doc/ci/triggers/README.md
0 → 100644
View file @
33ef13c6
# Triggering Builds through the API
_**Note:** This feature was [introduced][ci-229] in GitLab CE 7.14_
Triggers can be used to force a rebuild of a specific branch or tag with an API
call.
## Add a trigger
[
ci-229
]:
https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/229
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment