Go to file
R. Tyler Croy 6aa1807cdc
License properly as MIT, and include the Four Opens
The Four Opens are how I expect this project to be run and participated in.
2018-02-28 10:36:32 -08:00
client Properly invoke npm install on a fresh clone 2018-02-08 06:56:00 -08:00
services Make sure that an essentials.yaml has been copied for integration tests 2018-02-08 07:00:48 -08:00
tools Pin to node 9.x rather than the latest alpine 2018-02-05 11:48:16 -08:00
.dockerignore Bring the evergreen-client into the Docker container 2018-01-27 08:44:08 -08:00
.gitignore Add the `make fetch-versions` target for fetching the latest essentials 2018-01-27 10:14:37 -08:00
Dockerfile.jenkins Change the Dockerfile to only rely on the openjdk8 image 2018-02-15 09:17:53 -08:00
Jenkinsfile Add a simple Jenkinsfile for ci.jenkins.io 2018-02-08 06:46:19 -08:00
LICENSE.txt License properly as MIT, and include the Four Opens 2018-02-28 10:36:32 -08:00
Makefile Make sure the `container` fetches versions at least once 2018-01-29 06:43:08 -08:00
README.adoc License properly as MIT, and include the Four Opens 2018-02-28 10:36:32 -08:00
essentials.yaml Add updated plugins 2018-02-05 16:45:29 -08:00
supervisord.conf Support querying and restarting processes in the container via evergreen-client 2018-01-26 07:36:51 -08:00
update-essentials Include the gav in each version entry in essentials.yaml 2018-01-29 06:42:34 -08:00

README.adoc

<html lang="en"> <head> </head>

Evergreen

evergreen

Evergreen is an automatically updating rolling distribution system for "Jenkins Essentials." It consists of server-side, and client-side components to support a Chrome-like upgrade experience for Jenkins users.

Design Documents

Evergreen and Jenkins Essentials are both captured in the following design documents:

JEP Title

JEP-300

Jenkins Essentials

JEP-301

Evergreen packaging for Jenkins Essentials

Jenkins Essentials

Jenkins Essentials provides the end-user with a pre-assembled collection of legos that can be immediately used to implement CI [1] and CD [2] workloads. At the same time, this focus on end-users success in these well-defined scenarios will help the Jenkins project develop new features, and fix bugs, more rapidly than before.

Hacking

Backend services are written in Ruby, while the client-side is a mix of standard Jenkins components and Node.js.

Everything should be easily executed via some Docker tooling behind make. To run tests for example, simply run make check in the root directory of this repository.

The Four Opens

Inspired by the Openstack project [3] Jenkins Essentials follows "The Four Opens":

Open Source

We do not produce “open core” software.

We are committed to creating truly open source software that is usable and scalable. Truly open source software is not feature or performance limited and is not crippled.

We use the MIT license.

Open Design

We are committed to an open design process. The development cycle requires active collaboration to gather requirements and write specifications for upcoming releases. Those events, which are open to anyone, include users, developers, and upstream projects. We gather requirements, define priorities and flesh out technical design to guide development for the next development cycle.

The community controls the design process. You can help make this software meet your needs.

Open Development

We maintain a publicly available source code repository through the entire development process. We do public code reviews. We have public roadmaps. This makes participation simpler, allows users to follow the development process and participate in QA at an early stage.

Open Community

One of our core goals is to maintain a healthy, vibrant developer and user community. Most decisions are made using a lazy consensus model. All processes are documented, open and transparent.

</html>