diff --git a/part01-pipelines/intro1.jenkins b/part01-pipelines/intro1.jenkins index e5c81de..271b0db 100644 --- a/part01-pipelines/intro1.jenkins +++ b/part01-pipelines/intro1.jenkins @@ -3,7 +3,7 @@ pipeline { stages { stage("Build") { steps { - echo "Build stage." + echo "Build stage1." } } stage("Test") { @@ -17,4 +17,4 @@ pipeline { } } } -} \ No newline at end of file +}