|
|
4 years ago | |
|---|---|---|
| .github | 4 years ago | |
| .gitignore | 4 years ago | |
| CONTRIBUTING.md | 4 years ago | |
| LICENSE | 4 years ago | |
| MAC_LINUX_DOCKER.md | 4 years ago | |
| NOTICE | 4 years ago | |
| README.md | 4 years ago | |
| WINDOWS.md | 4 years ago | |
| hello-jenkins-mac-linux-docker.sh | 4 years ago | |
| hello-jenkins-windows.bat | 4 years ago | |
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