Skip to content

Commit c3cb7e8

Browse files
committed
Add README and store KAR artifacts
1 parent b1f0f42 commit c3cb7e8

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
key: pris-xls-plugin-{{ checksum "pom.xml" }}
3333
paths:
3434
- ~/.m2
35+
- store_artifacts:
36+
path: kar/target/opennms-pris-plugin.kar
3537
- persist_to_workspace:
3638
root: ~/
3739
paths:

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
12
# PRIS Plugin
23

34
PRIS Plugin that can be installed and run on OpenNMS Karaf Container
45

6+
[![OpenNMS](https://circleci.com/gh/OpenNMS/pris-plugin.svg?style=shield)](https://app.circleci.com/pipelines/github/OpenNMS/pris-plugin)
7+
58
## Getting Started
69

710
git clone https://github.com/OpenNMS/pris-plugin.git
@@ -73,6 +76,13 @@ sudo cp kar/target/opennms-pris-plugin.kar ~/opt/opennms/deploy/
7376

7477
* [Maven](https://maven.apache.org/) - Dependency Management
7578

79+
## Release
80+
81+
* Version number comes from the `pom.xml` <version> tag
82+
* Merges to master trigger releases
83+
* Merges to develop trigger pre-releases
84+
* All other branches trigger just the build job
85+
* Branch build artifacts are in CircleCI of the build
7686

7787
## Acknowledgments
7888

0 commit comments

Comments
 (0)