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