jenkins report more environment information
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
8bb1636c87
commit
aa7c54429e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,6 +13,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'mvn --version'
|
sh 'mvn --version'
|
||||||
sh 'java -version'
|
sh 'java -version'
|
||||||
|
sh 'echo $JAVA_HOME'
|
||||||
|
sh 'echo $JAVA_INCLUDE_PATH'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build (Engine)') {
|
stage('Build (Engine)') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user