Skip to content

Commit 1801b1a

Browse files
authored
Update tutorial-jenkins-github-docker-cicd.md
1 parent bcdef87 commit 1801b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/tutorial-jenkins-github-docker-cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ In your Jenkins website, select **Create new jobs** from the home page:
149149
- Under the **General** section, select **GitHub project** and enter your forked repo URL, such as *https://github.com/cynthn/nodejs-docs-hello-world*
150150
- Under the **Source code management** section, select **Git**, enter your forked repo *.git* URL, such as *https://github.com/cynthn/nodejs-docs-hello-world.git*
151151
- Under the **Build Triggers** section, select **GitHub hook trigger for GITscm polling**.
152-
- Under the **Build** section, choose **Add build step**. Select **Execute shell**, then enter `echo "Testing"` in the command window.
152+
- Under the **Build** section, choose **Add build step**. Select **Execute shell**, then enter `echo "Test"` in the command window.
153153
- Select **Save** at the bottom of the jobs window.
154154

155155

0 commit comments

Comments
 (0)