Run openshift in openstack ant connect it as a slave to our jenkins so that we can run jobs on the cluster with oc command available with a valid user:
node("testoseslave")
{
sh "oc whoami"
sh "oc status"
}