Skip to content

Commit

Permalink
fix: failsafeTestReports scope
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Mar 8, 2017
1 parent 8e88e6b commit 3879a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -12,7 +12,6 @@ def projectProperties = [
properties(projectProperties)

def surefireTestReports='target/surefire-reports/TEST-*.xml'
def failsafeTestReports='target/failsafe-reports/TEST-*.xml'

/* Upto stash stage should fail fast:
* Failed and stop the build
Expand Down Expand Up @@ -146,6 +145,7 @@ void debugChromeDriver() {
}

void integrationTests(String appserver) {
def failsafeTestReports='target/failsafe-reports/TEST-*.xml'
sh "find . -path \"*/${failsafeTestReports}\" -delete"

try{
Expand Down

0 comments on commit 3879a97

Please sign in to comment.