From c785e6d5b88e7407e7b2f2916452d2df2bef2659 Mon Sep 17 00:00:00 2001 From: gesparza3 Date: Thu, 9 May 2019 10:50:55 -0700 Subject: [PATCH] Added deploy to artifactory --- Jenkinsfile | 2 +- pom.xml | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 691468166..f5cb6518c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } } steps { - sh '' + sh 'maven deploy' } } diff --git a/pom.xml b/pom.xml index 31725653e..30ba9d11a 100644 --- a/pom.xml +++ b/pom.xml @@ -420,14 +420,11 @@ - - snapshots - http://nexus:8081/nexus/content/repositories/snapshots - - - releases - http://nexus:8081/nexus/content/repositories/releases - + + snapshots + localhost.localdomain-snapshots + http://192.168.0.48:8081/artifactory/libs-snapshot-local + demopetclinic