Skip to content

Commit

Permalink
Adding perf report evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Asanka Vithanage committed Oct 25, 2019
1 parent 985005e commit 79c505a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ pipeline {
steps {
sh 'mvn clean install'
}
post{
always{
dir("target/jmeter/results/"){
sh 'pwd'
//sh 'mv *httpCounterDocker.csv httpCounterDocker.csv '
perfReport 'httpCounterDocker.csv'
}
}
}
}
}
}

0 comments on commit 79c505a

Please sign in to comment.