diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-06-16 14:05:43 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-06-16 14:05:43 -0700 |
commit | 1b2f081379aa66ce0a4bff3f730f950da26475bb (patch) | |
tree | 54923ef22d778e73e5c5de150b1bbe71c00e5ce8 /bootstrap/jenkins | |
parent | 213a8351fd266294e17a862b4d223c1968800a09 (diff) |
Add README for bootstrap/jenkins
Change-Id: I7b3691ddfd5bde8898e25654f19fa7d50ef8e668
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'bootstrap/jenkins')
-rw-r--r-- | bootstrap/jenkins/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
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". + |