-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17357 jenkins(jobs): add missing build result
The 'not_built' build result was missing from our internal state mapping, causing our plugin to crash upon receiving this value from the Jenkins API. Closes: #730 Co-authored-by: Logan Connolly <[email protected]> Change-Id: I1f2f134455ed7ee9e5320766bdd5a7e46a6fc18d
- Loading branch information
1 parent
53f765a
commit 0dc5b7c
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Title: Add missing Jenkins Job build result | ||
Class: fix | ||
Compatible: compat | ||
Component: checks | ||
Date: 1731057198 | ||
Edition: cre | ||
Level: 1 | ||
Version: 2.2.0p37 | ||
|
||
Add <code>not_null</code> build result option to Jenkins Job parameters as it is a valid | ||
build state that can be returned by the Jenkins API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters