Skip to content

Instantly share code, notes, and snippets.

View polarnik's full-sized avatar

Smirnov Vyacheslav polarnik

View GitHub Profile
@polarnik
polarnik / gist:0efdfe115d75ec9acc91ef9f8bbd6a46
Created December 21, 2020 06:58 — forked from bjkmd/gist:fdf13edde8f14ec825be8fd9e3fc40a3
Jenkins pipeline for comparing jmeter results
node('master') {
        properties(
            [
                    parameters([
                            string(defaultValue: 'run_performance_tests', description: 'Jenkins job to take results from', name: 'Job'),
                            string(defaultValue: '10', description: 'Build number from the job', name: 'FirstBuild'),
                            string(defaultValue: '11', description: 'Build number from the job', name: 'SecondBuild')
                    ])
            ])