Skip to content

Commit

Permalink
[JENKINS-50320] EVERGREEN_HOME is where things are, not just JENKINS_…
Browse files Browse the repository at this point in the history
…HOME
  • Loading branch information
batmat committed Mar 23, 2018
1 parent 0a87926 commit 2825fbd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jep/301/README.adoc
Expand Up @@ -132,14 +132,16 @@ the Jenkins core process.
By default Jenkins must write numerous types of data to its filesystem,
typically in `/var/lib/jenkins` on most Linux systems and referred to as
`JENKINS_HOME`. For `jenkins/evergreen` it is expected that _all_ mutable state
and data will be written and stored in `JENKINS_HOME`, including:
and data _critical_ to the evergreen distribution system will be written and
stored in a single volume referred to by the `EVERGREEN_HOME` environment
variable, including:

* Data generated by the Jenkins process.
* Data necessary for performing safe upgrades of Jenkins.
* Caches and other data generated by `evergreen-client`.


No other data should be written to the filesystem outside of `JENKINS_HOME`.
No other data should be written to the filesystem outside of `EVERGREEN_HOME`.


[[evergreen-client]]
Expand Down

0 comments on commit 2825fbd

Please sign in to comment.