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:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -31,11 +31,11 @@ pipeline {
|
|||||||
]) {
|
]) {
|
||||||
script {
|
script {
|
||||||
def remote = [:]
|
def remote = [:]
|
||||||
|
remote.allowAnyHosts = true
|
||||||
remote.name = 'ubuntu-kc'
|
remote.name = 'ubuntu-kc'
|
||||||
remote.host = '172.16.11.90'
|
remote.host = '172.16.11.90'
|
||||||
remote.user = userName
|
remote.user = userName
|
||||||
remote.identityFile = identity
|
remote.identityFile = identity
|
||||||
remote.allowAnyHosts = true
|
|
||||||
|
|
||||||
writeFile file: 'run-pull-deploy.sh', text: '''
|
writeFile file: 'run-pull-deploy.sh', text: '''
|
||||||
docker pull aisthanestha/docker-test-image:latest
|
docker pull aisthanestha/docker-test-image:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user