SiyaoIsHiding commented on code in PR #1923:
URL:
https://github.com/apache/cassandra-java-driver/pull/1923#discussion_r1544211864
##########
Jenkinsfile:
##########
@@ -149,6 +148,8 @@ def executeTests() {
${ISOLATED_ITS_ARGUMENT} \
${PARALLELIZABLE_ITS_ARGUMENT}
'''
+ echo "Invoking Maven with parameters test-jdk-${testJavaVersion} and
testJavaHome = ${testJavaHome}"
Review Comment:
I solved this by using `bash -lex` instead. It will print out the whole
maven command that is passed to the shell. It may provide more info, but either
works.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]