From 694e2f878c6383a82399d613fe6df49a8b9f4a4d Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:31:03 +0530 Subject: [PATCH] Update Jenkinsfile Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- Jenkinsfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b46cdaa5..1815f0a2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,12 +3,20 @@ pipeline { stages { stage('git') { + steps { + } } stage('build') { + steps { + } } stage('test') { + steps { + } } - stage ('deploy') { + stage('deploy') { + steps { + } } } }