diff --git a/Jenkinsfile.centos6 b/Jenkinsfile.centos6 index b4d18b4..c6c7e67 100644 --- a/Jenkinsfile.centos6 +++ b/Jenkinsfile.centos6 @@ -36,6 +36,7 @@ pipeline { dir(path: 'SRPMS') { archiveArtifacts(artifacts: '**/*.src.rpm', caseSensitive: true, onlyIfSuccessful: true, allowEmptyArchive: true) } + rpmGithubRelease('centos6') } } } diff --git a/Jenkinsfile.centos7 b/Jenkinsfile.centos7 index 39f95d6..c3b4b2f 100644 --- a/Jenkinsfile.centos7 +++ b/Jenkinsfile.centos7 @@ -36,6 +36,7 @@ pipeline { dir(path: 'SRPMS') { archiveArtifacts(artifacts: '**/*.src.rpm', caseSensitive: true, onlyIfSuccessful: true, allowEmptyArchive: true) } + rpmGithubRelease('centos7') } } } diff --git a/rpm.json b/rpm.json new file mode 100644 index 0000000..2ee00d5 --- /dev/null +++ b/rpm.json @@ -0,0 +1,7 @@ +{ + "publish": { + "PACKAGE": "exa", + "GH_USER": "jc21-rpm", + "VERSION": "0.8.0" + } +} \ No newline at end of file