From 71269026f207e1b84dc11e3198b4f2dc337387ff Mon Sep 17 00:00:00 2001
From: jorge1j <116549847+jorge1j@users.noreply.github.com>
Date: Tue, 13 Dec 2022 00:39:57 -0800
Subject: [PATCH 21/24] Update pom.xml
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a410c66e72..948ccb9d98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.mt
maven-web-application
war
- 0.0.1-SNAPSHOT
+ 0.0.1
maven-web-application
From 750552cba4e4c249916d3295bd382924506fc569 Mon Sep 17 00:00:00 2001
From: jorge1j <116549847+jorge1j@users.noreply.github.com>
Date: Wed, 14 Dec 2022 21:40:30 -0800
Subject: [PATCH 22/24] Update home.jsp
---
src/main/webapp/jsps/home.jsp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/webapp/jsps/home.jsp b/src/main/webapp/jsps/home.jsp
index 7bd0e8618c..99f331e590 100644
--- a/src/main/webapp/jsps/home.jsp
+++ b/src/main/webapp/jsps/home.jsp
@@ -12,7 +12,7 @@
Welcome to Landmark Technologies.
We are supporting the Ebay Black Friday Project.
Landmark Technologies is a software development company.
- Class26 will run from October 2, 2021.
+ Class26 will run from October 2, 2022.
The shout of the King Jesus is in our midst. HE IS OUR SUCCESS ACCESS KEY
From 9ad58ba13502826f3e348f6973540a43dbb16c07 Mon Sep 17 00:00:00 2001
From: jorge1j <116549847+jorge1j@users.noreply.github.com>
Date: Sat, 17 Dec 2022 07:59:32 -0800
Subject: [PATCH 23/24] Create jenkins=file
---
jenkins=file | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 jenkins=file
diff --git a/jenkins=file b/jenkins=file
new file mode 100644
index 0000000000..830babf0c7
--- /dev/null
+++ b/jenkins=file
@@ -0,0 +1,32 @@
+node {
+
+ def mavenHome = tool name: "3.8.6"
+
+ stage('1codeclone'){
+ git "https://github.com/jorge1j/maven-web-application"
+ }
+
+ stage('2test$build'){
+ sh "${mavenHome}/bin/mvn clean package"
+ }
+ stage('3codequality'){
+ sh "${mavenHome}/bin/mvn sonar:sonar"
+ }
+ stage('4uploadArtifact'){
+ sh "${mavenHome}/bin/mvn deploy"
+ }
+ /*
+ stage('5deploy2UAT'){
+ sh "sleep 40"
+ deploy adapters: [tomcat9(credentialsId: 'tomcatcredential', path: '', url: 'https://44.210.117.44')], contextPath: null, war: 'target/*war'
+ */
+
+ }
+ stage('Approval'){
+ timeout(time:8, unit: 'HOURS' ) {
+ input message: 'Please verify and approve'
+
+ }
+
+
+ }
From 3111c036922b3c8ff4ae328a93311bab55377eb0 Mon Sep 17 00:00:00 2001
From: jorge1j <116549847+jorge1j@users.noreply.github.com>
Date: Sat, 17 Dec 2022 08:09:45 -0800
Subject: [PATCH 24/24] Rename jenkins=file to jenkinsfile1
---
jenkins=file => jenkinsfile1 | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename jenkins=file => jenkinsfile1 (100%)
diff --git a/jenkins=file b/jenkinsfile1
similarity index 100%
rename from jenkins=file
rename to jenkinsfile1