derrickoswald / CIMSpark

Spark access to Common Information Model (CIM) files
MIT License
15 stars 1 forks source link

Added Jenkinsfile for Continuous Integration #20

Closed mbheinen closed 5 years ago

mbheinen commented 5 years ago

I added simple Jenkinsfile to do the maven compile automatically on every commit to GitHub. Currently it just has a step for the compiling since it seems the tests are currently broken, later we can add steps for running the tests, static code analysis, and other stuff.

I also added the "Build Badge" to the main README.md page. This will only make sense to merge in if we do builds on https://jenkins.zoephos.com which is a personal Jenkins server I have setup.