In this lesson you create your first job.
Use the console to create a freestyle job with one build step.
If you are running Jenkins on a Windows system:
Execute Windows batch command build stepecho "Hello, Jenkins"
Follow this link for more details on Windows
If you are running Jenkins on MacOS, Linux, or Docker:
Execute shell build step.echo "Hello, Jenkins"
Follow this link for more details on MacOS, Linux, and Docker