From ee679f7b0ffe79174c1eebe0059831a3f5ce86f7 Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Tue, 30 Aug 2022 18:42:06 +0530
Subject: [PATCH 01/14] Update pom.xml
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d099c7f3..cac356e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,8 +18,8 @@
Maven Standalone Application
- http://35.154.242.68:9000/
- admin
+ http://localhost:9000/
+ a54a42734ce814115f817b13063ae2b19294aac2
admin
UTF-8
From 80237ea71c7f31a6caf97dbf2d3ea144eae833c1 Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Tue, 30 Aug 2022 18:44:28 +0530
Subject: [PATCH 02/14] Update pom.xml
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cac356e1..1362885a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
http://localhost:9000/
a54a42734ce814115f817b13063ae2b19294aac2
- admin
+
UTF-8
From 95e0b87491e93dc034f6bc485eac65e2af6ef107 Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Thu, 1 Sep 2022 14:08:29 +0530
Subject: [PATCH 03/14] Update pom.xml
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1362885a..89414260 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
http://localhost:9000/
- a54a42734ce814115f817b13063ae2b19294aac2
+ bcad5dfcec4c1557ef33c1062f1f1c84119bf74b
UTF-8
From dd759f256c7aa7f7ee640fb0d3215b364c1c0ab2 Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Thu, 1 Sep 2022 16:17:38 +0530
Subject: [PATCH 04/14] Update pom.xml
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 89414260..09394f02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
http://localhost:9000/
- bcad5dfcec4c1557ef33c1062f1f1c84119bf74b
+ 0906227e8377e6dccd53f89751c55e2ef8aec6df
UTF-8
From 951356451ac440b78e8ac0371cbeba7241a71e5e Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Thu, 1 Sep 2022 16:56:21 +0530
Subject: [PATCH 05/14] Update pom.xml
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index 09394f02..b0c14a0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,19 @@
+
+
+
+ nexus
+ Test project
+ http://54.221.185.88:8081/repository/test2-release/
+
+
+ nexus
+ Test project
+ http://54.221.185.88:8081/repository/test2-snapshot/
+
+
From 12c0ed63a62a867a2893ebd7a9aeffd251861418 Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Thu, 1 Sep 2022 17:13:27 +0530
Subject: [PATCH 09/14] Update pom.xml
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 79f8deb6..1523eb1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,15 +40,15 @@
nexus
Test project release
http://54.221.185.88:8081/repository/test2-release/
-
+
nexus
Test project snapshot
http://54.221.185.88:8081/repository/test2-snapshot/
-
+
-
+
From 160384d043afb0661eebdb5e4465c01bf2ddea40 Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Mon, 3 Oct 2022 16:45:29 +0530
Subject: [PATCH 10/14] Update Jenkinsfile
---
Jenkinsfile | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 8b137891..f32af6f5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1 +1,11 @@
-
+pipeline {
+ agent any
+ stages {
+ stage(stage1) {
+ sh 'echo "Stage1 running from master branch" '
+ }
+ stage(stage2) {
+ sh 'echo "Stage2 running from master branch" '
+ }
+
+}
From 7d87b05818ea7a4ca24a9a902f284035e19d4199 Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Mon, 3 Oct 2022 16:47:15 +0530
Subject: [PATCH 11/14] Update Jenkinsfile
---
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f32af6f5..f5823c72 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,5 +7,6 @@ pipeline {
stage(stage2) {
sh 'echo "Stage2 running from master branch" '
}
-
+}
+
}
From 4d3ef5cb293735c7a0b9063212cdb284eaa29430 Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Mon, 3 Oct 2022 16:48:57 +0530
Subject: [PATCH 12/14] Update Jenkinsfile
---
Jenkinsfile | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f5823c72..571fd92a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,11 +2,14 @@ pipeline {
agent any
stages {
stage(stage1) {
- sh 'echo "Stage1 running from master branch" '
+ steps {
+ sh 'echo "Stage1 running from master branch" '
+ }
}
stage(stage2) {
- sh 'echo "Stage2 running from master branch" '
+ steps {
+ sh 'echo "Stage2 running from master branch" '
+ }
+ }
}
}
-
-}
From 634d9e399c22f8906be2da6a18094f52c1845bd7 Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Mon, 3 Oct 2022 17:18:58 +0530
Subject: [PATCH 13/14] Update Jenkinsfile
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 571fd92a..4c53882e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,12 +3,12 @@ pipeline {
stages {
stage(stage1) {
steps {
- sh 'echo "Stage1 running from master branch" '
+ sh 'echo "stage1 running from master branch with webhook" '
}
}
stage(stage2) {
steps {
- sh 'echo "Stage2 running from master branch" '
+ sh 'echo "stage2 running from master branch with webhook" '
}
}
}
From 079d9191f168a51d65425835be61e9837b02e265 Mon Sep 17 00:00:00 2001
From: Bala <40062203+balarajashekar@users.noreply.github.com>
Date: Mon, 3 Oct 2022 21:44:35 +0530
Subject: [PATCH 14/14] Update Jenkinsfile
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 4c53882e..8cf5ab18 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,12 +3,12 @@ pipeline {
stages {
stage(stage1) {
steps {
- sh 'echo "stage1 running from master branch with webhook" '
+ sh 'echo "stage1 running from master branch with WEBHOOKS" '
}
}
stage(stage2) {
steps {
- sh 'echo "stage2 running from master branch with webhook" '
+ sh 'echo "stage2 running from master branch with WEBHOOKS" '
}
}
}