Updated IP

This commit is contained in:
gesparza3 2019-05-09 21:12:31 -07:00
parent 5b2587e03b
commit c10c38a6b8
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View file

@ -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'
}
}
}

View file

@ -423,7 +423,7 @@
<snapshotRepository>
<id>snapshots</id>
<name>localhost.localdomain-snapshots</name>
<url>http://192.168.0.20:8081/artifactory/libs-snapshot-local</url>
<url>http://192.168.1.19:8081/artifactory/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>