Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 13, 2018
1 parent dc50365 commit c350d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cucumber-selenium-grid/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pipeline {
steps {
sh "cd ${CONTEXT_DIR}/integration-tests"
sh "/bin/bash -c 'npm install'"
sh "/bin/bash -c 'node ./node_modules/protractor/bin/protractor protractor-conf.js'"
sh "/bin/bash -c 'node_modules/protractor/bin/protractor protractor-conf.js'"
// script {
// archive (includes: 'pkg/*.gem')
// publishHTML (target: [
Expand Down
3 changes: 2 additions & 1 deletion cucumber-selenium-grid/README1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ oc process -f applier/templates/deployment.yml --param-file=applier/params/deplo
oc process -f applier/templates/deployment.yml --param-file=applier/params/deployment-prod | oc apply -f-
oc process -f applier/templates/build.yml --param-file applier/params/build-dev | oc apply -f-
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 -
oc adm policy add-cluster-role-to-user zalenium-role -z zalenium -n todomvc-stage


oc delete project todomvc-build
oc delete project todomvc-dev
Expand Down

0 comments on commit c350d48

Please sign in to comment.