Skip to content

Commit

Permalink
Switch to currentBuild.result
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Apr 8, 2022
1 parent ea5d28f commit a6f6812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -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 {
Expand Down

0 comments on commit a6f6812

Please sign in to comment.