Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 14, 2018
1 parent 63ca195 commit e668943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cucumber-selenium-grid/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ pipeline {
// }
steps {
// unstash 'source'
dir ("${CONTEXT_DIR}/integration-tests"){
dir ("${CONTEXT_DIR}"){
sh "/bin/bash -c 'npm install'"
sh "/bin/bash -c './node_modules/protractor/bin/protractor protractor-conf.js'"
sh "/bin/bash -c 'npm run integration-test'"
// script {
// archive (includes: 'pkg/*.gem')
// publishHTML (target: [
Expand Down

0 comments on commit e668943

Please sign in to comment.