Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 26, 2018
1 parent ab329d9 commit c7c69f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber-selenium-grid/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pipeline {
dir ("${CONTEXT_DIR}"){
//sh "/bin/bash -c 'echo selenuim url: ${SELENIUM_URL} , app base path: ${APP_BASE_PATH}'"
sh "/bin/bash -c 'npm install'"
sh "/bin/bash -c './node_modules/protractor/bin/protractor ./integration-tests/protractor-conf.js --seleniumAddress=http://zalenium.${STAGE2}.svc:4444/wd/hub --baseUrl=http://${APP_NAME}-${STAGE2}.${env.BASE_APP_DOMAIN}/#!'"
sh "/bin/bash -c './node_modules/protractor/bin/protractor ./integration-tests/protractor-conf.js --seleniumAddress=http://zalenium.${STAGE2}.svc:4444/wd/hub --baseUrl=http://${APP_NAME}-${STAGE2}.${env.BASE_APP_DOMAIN}'"
}
}
post {
Expand Down

0 comments on commit c7c69f7

Please sign in to comment.