From c4a204e3359ca0490048a1900b065fe8bfffeb1f Mon Sep 17 00:00:00 2001 From: sarojinisiva <64055388+sarojinisiva@users.noreply.github.com> Date: Thu, 30 May 2024 23:32:01 +1000 Subject: [PATCH] Update intro1.jenkins --- part01-pipelines/intro1.jenkins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}