0 comments on “Jenkins Part 5.1: Using the Job DSL for automatic Creation of Jenkins Jobs”

Jenkins Part 5.1: Using the Job DSL for automatic Creation of Jenkins Jobs

Today, we will learn how to use the Jenkins Job DSL Plugin to create new Jenkins jobs at a push of a button. We will show how we can use Groovy scripts for defining a "Hello World" Jenkins freestyle project and…

1 comment on “Jenkins Part 4.3: Performance Tests via JMeter”

Jenkins Part 4.3: Performance Tests via JMeter

Today, we will learn how to automatically create performance trend analysis reports like the following using Jenkins and JMeter: First, we will use Apache JMeter's graphical user interface on the developer's PC to create a test plan, before we integrate JMeter…