#19 Remove openshift.withCluster() calls from Builder and Deployer
Closed by mikeb. Opened by rayson.
rayson/c3i-library remove-with-cluster  into  master

This will allow users to customize the OpenShift cluster and project
that they want to interact with.

Users are expected to call c3i.foo() functions within a openshift.withCluster() closure. We need to ensure our Jenkinsfile are doing this way before merging this.

Since this change is backwards-incompatible: Is it possible to use git tags or branches so that future changes won't break existing Jenkins jobs?

Users are expected to call c3i.foo() functions within a openshift.withCluster() closure. We need to ensure our Jenkinsfile are doing this way before merging this.

+1, after we are sure this is addressed.

This change should be obsoleted by #25.

Closing this PR, since it is now obsolete.

Pull-Request has been closed by mikeb