diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 93827bd..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,25 +0,0 @@ -env.mvnHome = '/usr/share/maven3' -node('mavenlabel') { - - - stage('Preparation') { // for display purposes - - git 'https://github.com/jglick/simple-maven-project-with-tests.git' - - - } - stage('Build') { - - if (isUnix()) { - sh "'${mvnHome}/bin/mvn' clean install" - } else { - bat(/"${mvnHome}\bin\mvn" -Dmaven.test.failure.ignore clean package/) - } - } - stage('Results') { - junit '**/target/surefire-reports/TEST-*.xml' - archive 'target/*.jar' - } - - -} diff --git a/README.md b/README.md deleted file mode 100644 index b4b8c9d..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# springexample -springexample -jhbfjh -bsfv -webhook enabled diff --git a/a.sh b/a.sh deleted file mode 100644 index bf3b76c..0000000 --- a/a.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Hi iam in devops 21 session" -echo "Hi iam in devops 21 session" - diff --git a/pom.xml b/pom.xml index 0df24b3..a5a23ff 100755 --- a/pom.xml +++ b/pom.xml @@ -24,18 +24,18 @@ - + xyz-deploy xyz-releases xyz-releases - http://ec2-18-188-238-195.us-east-2.compute.amazonaws.com:8081/nexus/content/repositories/xyz-releases/ - + http://ec2-13-127-67-229.ap-south-1.compute.amazonaws.com:8081/nexus/content/repositories/xyz-releases/ + xyz-snapshots xyz-snapshots - http://ec2-18-188-238-195.us-east-2.compute.amazonaws.com:8081/nexus/content/repositories/xyz-snapshots/ + http://ec2-13-127-67-229.ap-south-1.compute.amazonaws.com:8081/nexus/content/repositories/xyz-snapshots/