From c10c38a6b8a1c03f11dc9df45957ded65261babf Mon Sep 17 00:00:00 2001 From: gesparza3 Date: Thu, 9 May 2019 21:12:31 -0700 Subject: [PATCH] Updated IP --- Jenkinsfile | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cf849779c..22a35cce1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,8 +22,8 @@ pipeline { } } steps { - sh 'scp -P 2223 -r script.sh vagrant@192.168.0.18:/home/vagrant/.' - sh 'ssh -p 2223 vagrant@192.168.0.18 < script.sh' + sh 'scp -P 2223 -r script.sh admin@192.168.1.19:/home/vagrant/.' + sh 'ssh -p 2223 admin@192.168.1.19 < script.sh' } } } diff --git a/pom.xml b/pom.xml index 290fb2938..624f624e5 100644 --- a/pom.xml +++ b/pom.xml @@ -423,7 +423,7 @@ snapshots localhost.localdomain-snapshots - http://192.168.0.20:8081/artifactory/libs-snapshot-local + http://192.168.1.19:8081/artifactory/libs-snapshot-local