去除多余的pull

This commit is contained in:
zhouxiunai
2018-11-05 23:39:01 +08:00
parent 7fb773c98c
commit 4d204b2ba9
-1
View File
@@ -18,7 +18,6 @@ node {
sshCommand remote: remote, command: "docker stop adminapi",sudo: true ,failOnError: false sshCommand remote: remote, command: "docker stop adminapi",sudo: true ,failOnError: false
sshCommand remote: remote, command: "docker rm adminapi",sudo: true ,failOnError: false sshCommand remote: remote, command: "docker rm adminapi",sudo: true ,failOnError: false
sshCommand remote: remote, command: "docker rmi 130.120.3.193/com.gzzn.omms/admin-api:0.0.1-SNAPSHOT",sudo: true ,failOnError: false sshCommand remote: remote, command: "docker rmi 130.120.3.193/com.gzzn.omms/admin-api:0.0.1-SNAPSHOT",sudo: true ,failOnError: false
sshCommand remote: remote, command: "docker pull 130.120.3.193/com.gzzn.omms/admin-api:0.0.1-SNAPSHOT" ,sudo: true
sshCommand remote: remote, command: "docker run -d -p 92:8080 --name adminapi 130.120.3.193/com.gzzn.omms/admin-api:0.0.1-SNAPSHOT",sudo: true sshCommand remote: remote, command: "docker run -d -p 92:8080 --name adminapi 130.120.3.193/com.gzzn.omms/admin-api:0.0.1-SNAPSHOT",sudo: true
} }
} }