1777abc CI/CD: Fix issues in integration tests

Authored and Committed by rayson 5 years ago
    CI/CD: Fix issues in integration tests
    
    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.
    
    Another change is treating `currentBuild.result == null` as success.