mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +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 {
|
steps {
|
||||||
sh 'scp -P 2223 -r script.sh admin@192.168.1.19:/home/admin/.'
|
sh 'scp -P 2225 -r script.sh admin@192.168.1.19:/home/admin/.'
|
||||||
sh 'ssh -p 2223 admin@192.168.1.19 < script.sh'
|
sh 'ssh -p 2225 admin@192.168.1.19 < script.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue