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' + } + } + } +} + diff --git a/test b/test new file mode 100644 index 00000000..65aff745 --- /dev/null +++ b/test @@ -0,0 +1 @@ +ste