-
Bug
-
Resolution: Duplicate
-
Critical
-
Ubuntu 14.04.3 LTS
Jenkins ver. 1.636
Gerrit Trigger 2.17.2
GIT client plugin 1.19.0
GIT plugin 2.4.0
java version "1.7.0_79"
Gerrit Code Review version: 2.10
I have 4 jobs triggered by 1 gerrit event. If I manually abort 1 of the 4 running jobs, the result of this job will be sent to gerrit server as failure, which makes code-review -1 as a result. This is not what it is supposed to be because we don't want the aborted jobs to count when involving in code review. I think it should just simply mark this job as aborted instead and don't mark the build as failed. Please see the screenshot below. Thanks.
- duplicates
-
JENKINS-14767 Add Reporting Values for Aborted jobs. Currently an aborted job uses the fail value not something everyone will want.
- Resolved
- is related to
-
JENKINS-38743 Skip voting should support also Aborted status
- Open