jenkins report more environment information
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-12-03 10:55:54 -05:00
parent 8bb1636c87
commit aa7c54429e

2
Jenkinsfile vendored
View File

@ -13,6 +13,8 @@ pipeline {
steps {
sh 'mvn --version'
sh 'java -version'
sh 'echo $JAVA_HOME'
sh 'echo $JAVA_INCLUDE_PATH'
}
}
stage('Build (Engine)') {