summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark D. Gray <mark.d.gray@intel.com>2015-11-30 14:10:09 +0000
committerMark D. Gray <mark.d.gray@intel.com>2015-11-30 14:10:09 +0000
commit75a99e1d0b0d4a15d4a876765e66d99fb57d7dbb (patch)
tree522e5e8e29518d8d3d3e0f9bd7cb9269b33f4ac9
parent17a7c1368a9ddb01cd4ce8e23f3a651d8b2c1411 (diff)
Initial continuous integration commit
Initial commit to run a simple build job via Jenkins. Signed-off-by: Mark D. Gray <mark.d.gray@intel.com>
-rwxr-xr-xci/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
new file mode 100755
index 0000000..18cb2c3
--- /dev/null
+++ b/ci/build.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+echo "Hello OVSNFV community!"
+
+exit 0