|
|
@ -1,4 +1,4 @@ |
|
|
# Learning Jenkins, 02-06: Run and Monitor Jobs |
|
|
|
|
|
|
|
|
# Learning Jenkins, 02-07: Run and Monitor Jobs |
|
|
Use the console to create a freestyle job with one build step. |
|
|
Use the console to create a freestyle job with one build step. |
|
|
|
|
|
|
|
|
# WINDOWS SYSTEMS |
|
|
# WINDOWS SYSTEMS |
|
|
@ -12,6 +12,7 @@ for /L %%i in (1,1,30) do ( |
|
|
@echo %%i |
|
|
@echo %%i |
|
|
@ping localhost -n 2 >NUL |
|
|
@ping localhost -n 2 >NUL |
|
|
) |
|
|
) |
|
|
|
|
|
exit /b 1 |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
[Follow this link for more details on Windows](WINDOWS.md) |
|
|
[Follow this link for more details on Windows](WINDOWS.md) |