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