I found sometimes an integration test job fails with OOMKilled status in OpenShift log. This pull-request will increase the memory limit of the Jenkins slave pod.
rebased onto d451bdd6b2292073b021aeb32c77014b2cf7e93c
Could you please explain this change? Why is a result of null passing now?
null
@mprahl, according to the jenkins pipeline doc, currentBuild.result equaling null or SUCCESS indicates a successful build. I'll add a comment to this line.
currentBuild.result
SUCCESS
rebased onto 1777abc6a69189b5db615579308baa40ea74ff83
:+1:
:thumbsup:
Pull-Request has been merged by mprahl
I found sometimes an integration test job fails with OOMKilled status in OpenShift log.
This pull-request will increase the memory limit of the Jenkins slave pod.