Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 76691d22ce ci: Fetch Fedora release list from Bodhi
RPMs/wal-g/pipeline/pr-master There was a failure building this commit Details
Fedora PDC has been retired:
https://fedora-arc.readthedocs.io/en/latest/pdc/split.html
2024-08-12 10:51:55 -05:00
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
def getFedoraVersions() {
def response = httpRequest(
url: 'https://bodhi.fedoraporject.org/releases?state=current',
url: 'https://bodhi.fedoraproject.org/releases?state=current',
acceptType: 'APPLICATION_JSON',
)
def content = readJSON(text: response.content)