@@ -30,11 +30,11 @@ _Flow Server_ is the application server that orchestrates processes run across C
+
_Intellectual Property Rights_ means any patents, patent rights, design rights, copyrights, database rights, trade secrets, know-how, trademarks, trade names, service marks and other intellectual property embodied therein and all applications and rights to apply for registration or protection rights pertaining thereto, in existence at the date hereof or created in the future.
+
_Master_ means the central, coordinating process which stores configuration, loads plugins, and renders the various user interfaces for Jenkins.
_Controller_ means the central, coordinating process which stores configuration, loads plugins, and renders the various user interfaces for Jenkins.
+
_Monthly Active User_ (or "MAU") is counted the first time in each calendar month that an End User’s device opens Customer’s or Customer’s Affiliates’ web and/or native application(s) in which the CloudBees Rollout SDK has been incorporated (“Customer Application”) is the Monthly Active User count of the applications using CloudBees Rollout. For example, if one End User is using Customer Application on four (4) separate devices, that constitutes four MAUs.
+
_Node_ means a machine which is part of the Jenkins environment and capable of executing Pipelines or Projects. Both the Master and Agents are considered to be Nodes.
_Node_ means a machine which is part of the Jenkins environment and capable of executing Pipelines or Projects. Both the Controllers and Agents are considered to be Nodes.
+
_Order Form_ means an order form that references this Agreement and has been executed by both parties.
@@ -6,18 +6,18 @@ Must run behind CNAP or VPN (no internet facing).
CloudBees CI (formerly known as _CloudBees Core_) consists of three Docker images installed via Helm chart:
*`core-oc`: the Operations Center
*`core-mm`: a managed Jenkins master
*`core-mm`: a managed Jenkins controller
*`agent`: a Jenkins build agent
For each image, all files other than UBI and native packages
are included in a `files.tar` marked with a SHA-256 checksum.
A version of CloudBees CI is given in the format `2.277.2.4-ra`
A version of CloudBees CI is given in the format `2.277.4.4-ra`
where the first three components are aligned with a Jenkins LTS.
The Helm chart is coversioned with `core-oc`.
The `core-mm` image typically shares the same version,
though a given master may be deliberately kept at a somewhat older release.
The `agent` image is preferably coversioned with the master.
though a given controller may be deliberately kept at a somewhat older release.
The `agent` image is preferably coversioned with the controller.
After creating images, create a values file that specifies locally uploaded images
plus whatever other customizations are desired:
...
...
@@ -25,13 +25,13 @@ plus whatever other customizations are desired:
```yaml
OperationsCenter:
Image:
dockerImage:your-registry/core-oc:2.277.2.4-ra
dockerImage:your-registry/core-oc:2.277.4.4-ra
Master:
Image:
dockerImage:your-registry/core-mm:2.277.2.4-ra
dockerImage:your-registry/core-mm:2.277.4.4-ra
Agents:
Image:
dockerImage:your-registry/agent:2.277.2.4-ra
dockerImage:your-registry/agent:2.277.4.4-ra
```
and [install via Helm 3](https://docs.cloudbees.com/docs/cloudbees-core/latest/kubernetes-install-guide/installing-kubernetes-using-helm) using the local copy of the chart:
[CloudBees CI](https://www.cloudbees.com/products/continuous-integration) is the continuous integration platform architected for the enterprise. It provides:
[CloudBees CI](https://www.cloudbees.com/products/continuous-integration) is the continuous integration platform architected for the enterprise. It provides: