mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
Switch to currentBuild.result
This commit is contained in:
parent
ea5d28fa62
commit
a6f6812633
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -206,7 +206,7 @@ stage('Build') {
|
||||
runTest("-Pdb=${buildEnv.dbName}_ci${state[buildEnv.tag]['additionalOptions']}")
|
||||
break;
|
||||
}
|
||||
env[buildEnv.tag + '_status'] = flowRun.state.result;
|
||||
env[buildEnv.tag + '_status'] = currentBuild.result;
|
||||
}
|
||||
}
|
||||
finally {
|
||||
|
Loading…
x
Reference in New Issue
Block a user