Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 18, 2018
1 parent 6ea43d6 commit f9b7655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cucumber-selenium-grid/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ pipeline {
steps {
// unstash 'source'
dir ("${CONTEXT_DIR}"){
sh "/bin/bash -c 'npm install'"
sh "/bin/bash -c 'echo selenuim url: $SELENIUM_URL , app base path: $APP_BASE_PATH'"
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 'npm run integration-test'"
// script {
// archive (includes: 'cucumber/*')
Expand All @@ -168,7 +168,7 @@ pipeline {
allowMissing: false,
alwaysLinkToLastBuild: false,
keepAll: true,
reportDir: 'report',
reportDir: 'cucumber/report',
reportFiles: 'index.html',
reportName: "Cucumber Report"
])
Expand Down

0 comments on commit f9b7655

Please sign in to comment.