aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--bootstrap/jenkins/README.md12
2 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 99ddf325d..75d41254c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
index 000000000..b9cb8645f
--- /dev/null
+++ b/bootstrap/jenkins/README.md
@@ -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".
+