- Aug 30, 2015
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- Aug 05, 2015
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Jul 10, 2015
-
-
Kamil Trzcinski authored
``` types: - test - deploy - notify rspec: script: "rspec" rubocop: script: "rubocop" staging: type: deploy script: "echo deploy" only: - master production: type: deploy script: "echo production" only: - tags dockerhub: type: notify script: "curl http://docker/hub/web/hook" downstream: type: notify script: "curl http://build/downstream/jobs" ``` This will trigger two test jobs in parallel, when finished it will trigged either staging or production, when finished it will trigger dockerhub and downstream in parallel.
-
- Jun 29, 2015
-
-
Valery Sizov authored
-
- Jun 19, 2015
-
-
Valery Sizov authored
-
- Jun 15, 2015
-
-
Valery Sizov authored
-
- Jun 12, 2015
-
-
Valery Sizov authored
-
- Jun 05, 2015
-
-
Valery Sizov authored
-
- Jun 03, 2015
-
-
Valery Sizov authored
-
- Apr 28, 2015
-
-
Valery Sizov authored
-
- Apr 10, 2015
-
-
Valery Sizov authored
-
- Apr 01, 2015
-
-
Valery Sizov authored
-
- Jan 11, 2015
-
-
Dmitriy Zaporozhets authored
-
- Nov 05, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Aug 24, 2014
-
-
Kestred authored
This is an entirely non-user facing change which prepares GitLab CI for future support of Parallel Builds. See https://about.gitlab.com/2013/12/19/gitlab-ci-with-parallel-builds-and-deployments/ . These changes specifically avoid changing the supported API or changing any of the website views. Changes to the website views will come in tandem with future features like "Multiple build scripts". The supported API won't change as part of any future changes on this vein, to maintain support for the unofficial GitLab CI runners. This closes the following implementation step: 1. A commit has many builds Signed-off-by:
Kestred <kestred@riotcave.com>
-