Skip to content

Commit

Permalink
Merge 471264b into 50ac5b0
Browse files Browse the repository at this point in the history
  • Loading branch information
CCFenner committed Sep 5, 2018
2 parents 50ac5b0 + 471264b commit 79eb59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/testsPublishResults.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def publishJMeterReport(Map settings = [:]){
}
}

def touchFiles(){
void touchFiles(pattern){
echo "[${STEP_NAME}] update test results"
def patternArray = pattern.split(',')
for(def i = 0; i < patternArray.length; i++){
Expand Down

0 comments on commit 79eb59a

Please sign in to comment.