Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 13, 2018
1 parent 6763a22 commit 63ca195
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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'
sh "cd ${CONTEXT_DIR}/integration-tests"
sh "/bin/bash -c 'npm install'"
sh "/bin/bash -c './node_modules/protractor/bin/protractor protractor-conf.js'"
dir ("${CONTEXT_DIR}/integration-tests"){
sh "/bin/bash -c 'npm install'"
sh "/bin/bash -c './node_modules/protractor/bin/protractor protractor-conf.js'"
// script {
// archive (includes: 'pkg/*.gem')
// publishHTML (target: [
Expand All @@ -154,7 +154,10 @@ pipeline {
// reportName: "RCov Report"
// ])
// }
}
}
}



}

Expand Down

0 comments on commit 63ca195

Please sign in to comment.