Skip to content

Commit

Permalink
Added releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Sep 11, 2019
1 parent 988cf00 commit ef4f610
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile.centos6
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pipeline {
dir(path: 'SRPMS') {
archiveArtifacts(artifacts: '**/*.src.rpm', caseSensitive: true, onlyIfSuccessful: true, allowEmptyArchive: true)
}
rpmGithubRelease('centos6')
}
}
}
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pipeline {
dir(path: 'SRPMS') {
archiveArtifacts(artifacts: '**/*.src.rpm', caseSensitive: true, onlyIfSuccessful: true, allowEmptyArchive: true)
}
rpmGithubRelease('centos7')
}
}
}
Expand Down
7 changes: 7 additions & 0 deletions rpm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"publish": {
"PACKAGE": "tmux",
"GH_USER": "jc21-rpm",
"VERSION": "2.9.1"
}
}

0 comments on commit ef4f610

Please sign in to comment.