Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 17, 2018
1 parent 10c20cb commit 6ea43d6
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 @@ -144,7 +144,7 @@ pipeline {
// unstash 'source'
dir ("${CONTEXT_DIR}"){
sh "/bin/bash -c 'npm install'"
sh "/bin/bash -c 'node ./node_modules/protractor/bin/webdriver-manager update'"
sh "/bin/bash -c 'echo selenuim url: $SELENIUM_URL , app base path: $APP_BASE_PATH'"
sh "/bin/bash -c 'npm run integration-test'"
// script {
// archive (includes: 'cucumber/*')
Expand Down

0 comments on commit 6ea43d6

Please sign in to comment.