Skip to content

Commit

Permalink
Include Job ID in export schema
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Jul 12, 2024
1 parent 23635c1 commit a067499
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Brewtils Changelog
==================

3.26.4
------
TBD

- Expand Job Export to include Job id

3.26.3
------
7/10/24
Expand Down
1 change: 0 additions & 1 deletion brewtils/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ def __init__(self, *args, **kwargs):
# exclude fields from a Job that we don't want when we later go to import
# the Job definition
self.opts.exclude += (
"id",
"next_run_time",
"success_count",
"error_count",
Expand Down

0 comments on commit a067499

Please sign in to comment.