Add README for bootstrap/jenkins 87/5087/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 16 Jun 2017 21:05:43 +0000 (14:05 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 16 Jun 2017 21:05:43 +0000 (14:05 -0700)
Change-Id: I7b3691ddfd5bde8898e25654f19fa7d50ef8e668
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
.gitignore
bootstrap/jenkins/README.md [new file with mode: 0644]

index 99ddf32..75d4125 100644 (file)
@@ -14,3 +14,6 @@ env.properties
 *.zip
 *.tar
 *.gz
+*.log
+.vagrant
+*~
diff --git a/bootstrap/jenkins/README.md b/bootstrap/jenkins/README.md
new file mode 100644 (file)
index 0000000..b9cb864
--- /dev/null
@@ -0,0 +1,12 @@
+
+# ONAP Integration > Bootstrap > Jenkins
+
+This directory contains a set of vagrant scripts that will automatically set up a Jenkins instance
+with predefined jobs to build all ONAP java code and docker images.
+
+This is intended to show a beginning ONAP developer how to set up and configure an environment that
+can successfully build ONAP code from scratch.  It is not intended to be used as a production
+Jenkins CI/CD environment.
+
+NOTE: the Jenkins instance is by default NOT SECURED, with the default admin user and password as "jenkins".
+