From 71d7f34ebfda4c50a78a77264071a0e528eb86d2 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 26 Jun 2024 11:06:41 +1000 Subject: [PATCH] CI updates --- Jenkinsfile.el8 | 2 +- Jenkinsfile.el9 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.el8 b/Jenkinsfile.el8 index 8dc0736..3236dec 100644 --- a/Jenkinsfile.el8 +++ b/Jenkinsfile.el8 @@ -24,7 +24,7 @@ pipeline { dir(path: 'SRPMS') { archiveArtifacts(artifacts: '**/*.src.rpm', caseSensitive: true, onlyIfSuccessful: true, allowEmptyArchive: true) } - rpmGithubRelease('el8') + rpmGithubRelease() } } } diff --git a/Jenkinsfile.el9 b/Jenkinsfile.el9 index 35b0344..01ba6fb 100644 --- a/Jenkinsfile.el9 +++ b/Jenkinsfile.el9 @@ -24,7 +24,7 @@ pipeline { dir(path: 'SRPMS') { archiveArtifacts(artifacts: '**/*.src.rpm', caseSensitive: true, onlyIfSuccessful: true, allowEmptyArchive: true) } - rpmGithubRelease('el9') + rpmGithubRelease() } } }