From 4c2808ac61362f8b28200fa3075145c700a49e73 Mon Sep 17 00:00:00 2001 From: Benjamin Muschko Date: Wed, 4 Mar 2020 14:33:00 -0700 Subject: [PATCH] Change from git to https protocol --- exercises/04-scm-configuration/instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/04-scm-configuration/instructions.md b/exercises/04-scm-configuration/instructions.md index 1830e67..5e16265 100644 --- a/exercises/04-scm-configuration/instructions.md +++ b/exercises/04-scm-configuration/instructions.md @@ -1,10 +1,10 @@ # Exercise 4 -In this exercise, you will create a new job that pulls the source code from a repository on GitHub. Upon triggering a build, the job will execute a Gradle build. +In this exercise, you will create a new job that pulls the source code from a [repository on GitHub](https://github.com/bmuschko/gradle-initializr) named Gradle Initializr. Upon triggering a build, the job will execute a Gradle build. ## Configuring a GitHub Repository 1. Create a new freestyle job named `gradle-initializr`. -2. Configure Git as the SCM and use the repository URL `git@github.com:bmuschko/gradle-initializr.git`. Only build from the branch `master`. +2. Configure Git as the SCM and use the repository URL `https://github.com/bmuschko/gradle-initializr.git`. Only build from the branch `master`. 3. Add a build step to run the Gradle command `clean build` using the Wrapper. 4. Trigger a build and look at the output. \ No newline at end of file