diff --git a/Jenkinsfile.centos6 b/Jenkinsfile.centos6 index e95bc78..469b327 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 ec369a9..afa48b9 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..6747269 --- /dev/null +++ b/rpm.json @@ -0,0 +1,7 @@ +{ + "publish": { + "PACKAGE": "tmux", + "GH_USER": "jc21-rpm", + "VERSION": "2.9.1" + } +} \ No newline at end of file