Skip to content

Commit

Permalink
Add configuration for Pulpcore 3.39
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed Nov 16, 2023
1 parent 95223ca commit ac54e57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theforeman.org/pipelines/vars/pulpcore/3.39.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
def pulpcore_version = '3.39'
def pulpcore_distros = ['el8', 'el9']
def packaging_branch = 'rpm/3.39'
def pipelines = [
'pulpcore': [
'centos8-stream',
'centos9-stream'
]
]
def stage_source = 'stagingyum'
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- 'nightly'
- '3.39'

0 comments on commit ac54e57

Please sign in to comment.