Commit 3ad09871 authored by Luca Verardo's avatar Luca Verardo
Browse files

Prepared file for octoperf

parent 07b769db
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -58,11 +58,21 @@ pipeline {
                                    sh 'mv src/main/resources/application.properties.production src/main/resources/application.properties'
                                    sh 'mvn verify sonar:sonar'
                            }
                            
                        }
                    }
                }
            }
        }
        stage ('Performance') {
        octoPerfTest credentialsId: 'XXXXXX-XXX-XXX-XXXX', scenarioId: 'XXXXXXX'
        }

        stage ('JunitReport') {
            junit 'junit-report.xml'
        }

        stage ('PerfReport') {
            perfReport modeThroughput: true, sourceDataFiles: '**/*.jtl'
        }
    }
}
 No newline at end of file