后台服务接入Jenkins

This commit is contained in:
luozhun 2024-10-31 11:08:44 +08:00
parent 09b798dcd2
commit 18ed54bdf2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pipeline {
echo '开始推送构建产物'
script{
def remote = [:]
remote.name = 'serverRoot'
remote.name = 'server-118.253.177.137'
remote.host = '118.253.177.137'
remote.port = 55555
remote.allowAnyHosts = true