diff options
author | Mark D. Gray <mark.d.gray@intel.com> | 2015-11-30 14:10:09 +0000 |
---|---|---|
committer | Mark D. Gray <mark.d.gray@intel.com> | 2015-11-30 14:10:09 +0000 |
commit | 75a99e1d0b0d4a15d4a876765e66d99fb57d7dbb (patch) | |
tree | 522e5e8e29518d8d3d3e0f9bd7cb9269b33f4ac9 /ci/build.sh | |
parent | 17a7c1368a9ddb01cd4ce8e23f3a651d8b2c1411 (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>
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-x | ci/build.sh | 5 |
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 |