This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new bf54f75 Update CI docs to mention JDK and virtualenv needs to be
installed on the executors.
bf54f75 is described below
commit bf54f753a0466375e9be5f44873f97161e00fe38
Author: Mick Semb Wever <[email protected]>
AuthorDate: Fri Jan 3 21:31:04 2020 +0100
Update CI docs to mention JDK and virtualenv needs to be installed on the
executors.
patch by Mick Semb Wever; reviewed by Stefan Podkowinski for
CASSANDRA-15467
---
doc/source/development/ci.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/development/ci.rst b/doc/source/development/ci.rst
index 192b188..77360ae 100644
--- a/doc/source/development/ci.rst
+++ b/doc/source/development/ci.rst
@@ -68,5 +68,5 @@ You should now find a new entry with the given name in your
project list. Howeve
Jobs are triggered by either changes in Git or are scheduled to execute
periodically, e.g. on daily basis. Jenkins will use any available executor with
the label "cassandra", once the job is to be run. Please make sure to make any
executors available by selecting ``Build Executor Status`` -> ``Configure`` ->
Add "``cassandra``" as label and save.
-
+Executors need to have "JDK 1.8 (latest)" installed. This is done under
``Manage Jenkins -> Global Tool Configuration -> JDK Installations…``.
Executors also need to have the virtualenv package installed on their system.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]