Skip to content

Commit

Permalink
add Ubuntu 22.04 (Jammy) to nightly Foreman
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 1, 2024
1 parent 118b53f commit 0d4109e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions theforeman.org/pipelines/vars/foreman/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ def foreman_el_releases = [
'el9',
'el8'
]
def foreman_debian_releases = ['bullseye', 'focal']
def foreman_debian_releases = ['bullseye', 'focal', 'jammy']

def pipelines_deb = [
'install': [
'debian11',
'ubuntu2004'
'ubuntu2004',
'ubuntu2204'
],
'upgrade': [
'debian11',
Expand Down

0 comments on commit 0d4109e

Please sign in to comment.