diff --git a/cucumber-selenium-grid/README1.md b/cucumber-selenium-grid/README1.md index ea555dda..2629831e 100644 --- a/cucumber-selenium-grid/README1.md +++ b/cucumber-selenium-grid/README1.md @@ -1,11 +1,5 @@ -oc new-project selenium -oc new-app registry.access.redhat.com/rhoar-nodejs/nodejs-8~https://github.com/raffaelespazzoli/todomvc --context-dir examples/angularjs --name todomvc - -oc new-build --strategy=docker --name=jenkins-slave-nodejs8 -oc start-build -F jenkins-slave-protractor --from-dir=. - - setup +``` oc process -f applier/projects/projects.yml | oc apply -f - oc process openshift//jenkins-ephemeral | oc apply -f- -n todomvc-build oc new-build --strategy docker --name jenkins-slave-nodejs8 --context-dir cucumber-selenium-grid/nodejs-slave https://github.com/raffaelespazzoli/container-pipelines#selenium -n todomvc-build @@ -16,9 +10,11 @@ oc process -f applier/templates/build.yml --param-file applier/params/build-dev oc adm policy add-scc-to-user anyuid -z zalenium -n todomvc-stage oc adm policy add-cluster-role-to-user zalenium-role -z zalenium -n todomvc-stage oc process -f applier/templates/selenium-grid.yaml NAMESPACE=todomvc-stage | oc apply -f - - - +``` +delete +``` oc delete project todomvc-build oc delete project todomvc-dev oc delete project todomvc-stage -oc delete project todomvc-prod \ No newline at end of file +oc delete project todomvc-prod +``` \ No newline at end of file