ZOOKEEPER-5066: Update JDK11 to JDK 17, 25 in s390x jenkinsfile#2420
Conversation
PDavid
left a comment
There was a problem hiding this comment.
Thanks for noticing this, somehow I overlooked this Jenkinsfile.
Can I ask if the indentation changes are required? Or can they be reverted?
|
Thank you @PDavid for your prompt reply. The indentation changes are required as I've added a matrix {} block to support building against multiple JDK versions (jdk_17_latest and jdk_25_latest). Hence all the inner blocks had to be re-indented. |
Thanks for your response @shreya-sawant. 👍 I completely missed the matrix block. Now it makes sense to me. 👌 |
PDavid
left a comment
There was a problem hiding this comment.
Thanks. Looks good to me. 👍
Since JDK 17 is minimum runtime and compile version for the master branch, update s390x jenkins job to use JDK 17 and also add JDK 25.