From f8e2dc9df61a10e60dd0ed1ddbfb4989f54369d1 Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:12:41 +0530 Subject: [PATCH] Create Jenkins file Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- Jenkins file | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Jenkins file diff --git a/Jenkins file b/Jenkins file new file mode 100644 index 000000000..a7936625d --- /dev/null +++ b/Jenkins file @@ -0,0 +1,14 @@ +pipeline { + agent any + + stages { + stage('git') { + } + stage('build') { + } + stage('install') { + } + stage ('deploy') { + } + } + }