后台服务接入Jenkins
This commit is contained in:
parent
ddc474d2d0
commit
09b798dcd2
|
@ -25,7 +25,8 @@ pipeline {
|
|||
script{
|
||||
def remote = [:]
|
||||
remote.name = 'serverRoot'
|
||||
remote.host = '118.253.177.137:55555'
|
||||
remote.host = '118.253.177.137'
|
||||
remote.port = 55555
|
||||
remote.allowAnyHosts = true
|
||||
withCredentials([usernamePassword(credentialsId: '4', passwordVariable: 'password', usernameVariable: 'username')]) {
|
||||
remote.user = "${username}"
|
||||
|
|
Loading…
Reference in New Issue