Skip to content

Commit

Permalink
Add CI job for stack monitoring (elastic#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-mae authored Nov 28, 2018
1 parent 1cb65ed commit 20d159f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions playbooks/monitoring/ci/jenkins_monitoring.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash
#
# @author: Liza Dayoub

# Build Type
export ES_BUILD_OSS=false

# Build package extension
export ES_BUILD_PKG_EXT=tar

# Install package
export AIT_ANSIBLE_PLAYBOOK="${AIT_ROOTDIR}/playbooks/monitoring/docs_parity.yml"

# Setup VM
export AIT_VM=vagrant_vm

source jenkins_build.sh

0 comments on commit 20d159f

Please sign in to comment.