我已经创建了用于性能测试的.jmx脚本,我尝试使用命令窗口和Jmeter工具在本地系统中使用GUI模式和NOn-GUI模式运行这些脚本,它运行正常。但我想运行这个Jenkins使用GitHub远程编写脚本。
所以我有可能在Jenkins中运行JMeter脚本。
<head>
<link href="styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
答案 0 :(得分:1)
实际上它将是相同的,你只需要添加一个Jenkins构建步骤,以便在运行JMeter之前从Github获取.jmx文件。
对于自由式项目,可以在GUI中配置
对于Groovy管道,它将类似于:
git branch: 'some', credentialsId: 'your_credentials_id', url: 'https://github.com/apache/jmeter'
参考文献: