You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prints a colored diff of OpenShift objects in configuration and the corresponding objects in project on cluster to stdout or rather the Jenkins build log.
The text was updated successfully, but these errors were encountered:
Implement unit test for openshiftDiff step which tests:
Works whether oc and openshift-diff are in PATH or not
Calls
openshift-diff -n ${project} <<< '${configuration}'
.Prints a colored diff of OpenShift objects in configuration and the corresponding objects in project on cluster to stdout or rather the Jenkins build log.
The text was updated successfully, but these errors were encountered: