From 4d204b2ba9dd39c39dc1cb4803ee5f784a365ae9 Mon Sep 17 00:00:00 2001 From: zhouxiunai <154707516@qq.com> Date: Mon, 5 Nov 2018 23:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84pu?= =?UTF-8?q?ll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jenkins/Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index 1f59015..1a7e555 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -18,7 +18,6 @@ node { 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 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 } }