From a487903bf8cf87154b7d1f379166b9497dc85ec8 Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:43:38 +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') { + } + } + }