mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Updated ssh port
This commit is contained in:
parent
e914fd481e
commit
10b74a1797
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -22,8 +22,8 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
sh 'scp -P 2223 -r script.sh admin@192.168.1.19:/home/admin/.'
|
||||
sh 'ssh -p 2223 admin@192.168.1.19 < script.sh'
|
||||
sh 'scp -P 2225 -r script.sh admin@192.168.1.19:/home/admin/.'
|
||||
sh 'ssh -p 2225 admin@192.168.1.19 < script.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue