mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Updated IP
This commit is contained in:
parent
5b2587e03b
commit
c10c38a6b8
2 changed files with 3 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue