From ba7911cf25cb29b4b7b767869f459b53aac85dc4 Mon Sep 17 00:00:00 2001 From: slokanihaldevops Date: Thu, 6 Jun 2024 15:43:11 +0530 Subject: [PATCH 1/2] Create pipelinescript --- pipelinescript | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pipelinescript diff --git a/pipelinescript b/pipelinescript new file mode 100644 index 00000000..0a2e07b6 --- /dev/null +++ b/pipelinescript @@ -0,0 +1,15 @@ +pipeline { + agent any + environment { + PATH = "/opt/apache-maven-3.8.1/bin/:$PATH" + } + + stages { + stage('fetch') { + steps { + git 'https://github.com/nihaldevops/simple-app.git' + } + } + } +} + From 9080543560bd87f30c0082f0db6b2ecc4e5744dc Mon Sep 17 00:00:00 2001 From: slokanihaldevops Date: Tue, 16 Jul 2024 13:26:11 +0530 Subject: [PATCH 2/2] Create test --- test | 1 + 1 file changed, 1 insertion(+) create mode 100644 test diff --git a/test b/test new file mode 100644 index 00000000..65aff745 --- /dev/null +++ b/test @@ -0,0 +1 @@ +ste