Skip to content

Commit

Permalink
Added 'not built' option to the list of result
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurgul Amat committed Sep 11, 2023
1 parent 9662ac3 commit 1ac9e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ By using conditions and actions, it becomes straightforward to achieve a number
or [aborted](https://javadoc.jenkins.io/hudson/model/Result.html#ABORTED)
builds from the build history if they do not provide any value.
- Keep only the last builds depending on their [result](https://javadoc.jenkins.io/hudson/model/Result.html),
so the history contains the most recent builds with the specified result(s): aborted, unstable, failure, or success.
so the history contains the most recent builds with the specified result(s): aborted, unstable, not built, failure, or success.
- Keep builds only from `master` branch if the project builds all branches including feature branches
- Remove any builds with a [build number](https://javadoc.jenkins-ci.org/hudson/model/Run.html#getNumber--)
lower than the specified value to easily discard all old builds at once.
Expand Down

0 comments on commit 1ac9e59

Please sign in to comment.