Unverified Commit e40a84e4 authored by Zegorax's avatar Zegorax Committed by GitHub
Browse files

Merge pull request #23 from Zegorax/add-jenkins-ci

Updated Jenkins CI
parents 2dd272f0 6c79a9dd
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