mirror of
https://github.com/ghndrx/docker-test-image.git
synced 2026-02-10 06:45:05 +00:00
s
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -33,8 +33,8 @@ pipeline {
|
||||
def remote = [:]
|
||||
remote.name = 'ubuntu-kc'
|
||||
remote.host = '172.16.11.90'
|
||||
remote.user = "${SSH_USER}"
|
||||
remote.keyFile = "${IDENTITY}"
|
||||
remote.user = SSH_USER
|
||||
remote.identityFile = identity
|
||||
remote.allowAnyHosts = true
|
||||
|
||||
writeFile file: 'run-pull-deploy.sh', text: '''
|
||||
|
||||
Reference in New Issue
Block a user