mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Updated IPs
This commit is contained in:
parent
9b205517c8
commit
e3515896c6
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -15,7 +15,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy to QA') {
|
stage('Deploy to Dev') {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'tester'
|
label 'tester'
|
||||||
|
@ -23,7 +23,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'scp -P 2225 -r script.sh admin@192.168.0.20:/home/admin/.'
|
sh 'scp -P 2225 -r script.sh admin@192.168.0.20:/home/admin/.'
|
||||||
sh 'ssh -p 2225 admin@192.168.1.19 < script.sh'
|
sh 'ssh -p 2225 admin@192.168.0.20 < script.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue