This commit is contained in:
谷成伟 2024-06-20 10:15:27 +08:00
parent 7ff2a77965
commit 9724c5609f

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ pipeline {
remote.allowAnyHosts = true remote.allowAnyHosts = true
remote.user = "root" remote.user = "root"
remote.password = "84805353" remote.password = "84805353"
sshPut remote: remote, from: '$WORKSPACE/ui/dasadmin/dist/', into: '/das/ui/' sshPut remote: remote, from: 'ui/dasadmin/dist/', into: '/das/ui/'
} }
} }
} }