Project

General

Profile

Continuous Delivery and Testing » History » Version 4

« Previous - Version 4/11 (diff) - Next » - Current version
Luke Murphey, 02/25/2017 09:20 AM


Continuous Delivery and Testing

You can use a continuous integration tool to automate testing and deploying your Splunk apps. This will allow you to:

  1. Test your app on several platforms and versions of Splunk automatically (or with a click of a button)
  2. Easily build clean and consistent copies of your app (avoids the possible corrupt builds made on Developer hosts)
  3. Deploy the app to your test and production hosts with a single click

Some notes:
To use a created package (spl or tar.gz), make sure to:

Should this be done using:
  1. The build script?
  2. Direct commands?
  3. Straight copying?