[BAEL-5894] Add Java code for Gatling perf test
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage("Build Maven") {
|
||||
steps {
|
||||
sh 'mvn -B clean package'
|
||||
}
|
||||
}
|
||||
stage("Run Gatling") {
|
||||
steps {
|
||||
sh 'mvn gatling:test'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
gatlingArchive()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user