From 229a23376cc289c0d6baea9916660c863e674bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Mon, 4 Dec 2023 15:13:18 +0800 Subject: [PATCH] =?UTF-8?q?ci(jenkins):=20=F0=9F=90=8E=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=208.0=20=E7=9A=84=E8=87=AA=E5=8A=A8=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 959821a..1eecf74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,12 +8,6 @@ pipeline { sh 'docker push harbor.luxcreo.cn/library/hyperf:7.4-swoole' } } - stage('Build 8.0-swoole') { - steps { - sh 'docker build -t harbor.luxcreo.cn/library/hyperf:8.0-swoole -f swoole/8.0/Dockerfile .' - sh 'docker push harbor.luxcreo.cn/library/hyperf:8.0-swoole' - } - } stage('Build 8.1-swoole') { steps { sh 'docker build -t harbor.luxcreo.cn/library/hyperf:8.1-swoole -f swoole/8.1/Dockerfile .'