Jane He created CASSANDRA-19504:
-----------------------------------

             Summary: Jenkins Jobs Run Tests against Only 1 Java Version 
Instead of 3
                 Key: CASSANDRA-19504
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19504
             Project: Cassandra
          Issue Type: Bug
          Components: Client/java-driver
            Reporter: Jane He
            Assignee: Jane He


The existing Jenkinsfile is intended to run tests against multiple Java 
versions (8, 11, 17). However, due to the concurrency in multiple matrix jobs 
and the global scope of `TEST_JAVA_VERSION` and `TEST_JAVA_HOME`, the jobs are 
actually only run against one version.


This can be fixed by defining these variables locally, using `def` keyword. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to