Continuous Delivery and Testing » History » Version 1
Luke Murphey, 02/24/2017 08:53 AM
| 1 | 1 | Luke Murphey | h1. Continuous Delivery and Testing |
|---|---|---|---|
| 2 | 1 | Luke Murphey | |
| 3 | 1 | Luke Murphey | You can use a continuous integration tool to automate testing and deploying your Splunk apps. This will allow you to: |
| 4 | 1 | Luke Murphey | |
| 5 | 1 | Luke Murphey | # Test your app on several platforms and versions of Splunk automatically (or with a click of a button) |
| 6 | 1 | Luke Murphey | # Easily build clean and consistent copies of your app (avoids the possible corrupt builds made on Developer hosts) |
| 7 | 1 | Luke Murphey | # Deploy the app to your test and production hosts with a single click |