Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
update version and grab rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Aug 8, 2017
1 parent 82cfeea commit 2e11788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Jenkinsfile
Expand Up @@ -17,7 +17,9 @@ node('rhel7-np') {
}
stage('Build RPM') {
executeIn 'env', 'make build-rpm'
archive '*.rpm'
sh "ls -lta ."
sh "ls -lta dist"
archive 'dist/*.rpm'
}
}

Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/rho
@@ -1 +1 @@
0.0.27-1 ./
0.0.28-1 ./

0 comments on commit 2e11788

Please sign in to comment.