summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2015-07-08 14:49:25 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2015-07-08 14:49:25 +0000
commit5a71f9b9afe70621569148638f1b54abd4f689b7 (patch)
tree37a764b7afd3e7c16492292c7456ba137e745eaa /CHANGELOG
parent00b6536f4d155ec41b8a8434d992b6b207f07bb5 (diff)
parent638a5f492541fa3f658b4fd3090dda624e4cf4c9 (diff)
downloadgitlab-ci-5a71f9b9afe70621569148638f1b54abd4f689b7.tar.gz
Merge branch 'allow-per-job-failure' into 'master'
Allow to define per-job allow_failure parameter It allows to ignore status of specific build when computing status for commit YAML syntax: ```yaml rspec: script: aa allow_failure: true ``` ![Screen_Shot_2015-07-08_at_11.28.53](https://gitlab.com/gitlab-org/gitlab-ci/uploads/0af264f026cac18921aef339bcf41fe2/Screen_Shot_2015-07-08_at_11.28.53.png) /cc @vsizov @sytses See merge request !191
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 76050f1..a1a24e0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ v7.13.0
- Redirect back after authorization
- Change favicon
- Refactoring: Get rid of private_token usage in the frontend.
+ - Allow to specify allow_failure for job
v7.12.2
- Revert: Runner without tag should pick builds without tag only