632 B
632 B
Exercise 4
In this exercise, you will create a new job that pulls the source code from a repository on GitHub named Gradle Initializr. Upon triggering a build, the job will execute a Gradle build.
Configuring a GitHub Repository
- Create a new freestyle job named
gradle-initializr. - Configure Git as the SCM and use the repository URL
https://github.com/bmuschko/gradle-initializr.git. Only build from the branchmaster. - Add a build step "Invoke Gradle script" to run the Gradle command
clean buildusing the Wrapper. - Trigger a build and look at the output.