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