diff --git a/Jenkinsfile b/Jenkinsfile
index 8b137891..bb151338 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1 +1,15 @@
-
+pipeline {
+ agent any
+ stages {
+ stage(stage1) {
+ steps {
+ sh 'echo "stage1 running from master branch with WEBHOOKS" '
+ }
+ }
+ stage(stage2) {
+ steps {
+ sh 'echo "stage2 running from master branch with webhooks" '
+ }
+ }
+ }
+}
diff --git a/pom.xml b/pom.xml
index d099c7f3..1523eb1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,9 +18,9 @@
Maven Standalone Application
- http://35.154.242.68:9000/
- admin
- admin
+ http://localhost:9000/
+ 0906227e8377e6dccd53f89751c55e2ef8aec6df
+
UTF-8
@@ -34,7 +34,21 @@
+
+
+ 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/
+
+
+