From fdeaf2f32b1a017e12e95afbd9b6a574956fd738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Sun, 24 Apr 2022 15:04:36 +0800 Subject: [PATCH] =?UTF-8?q?ci(jenkinsfile):=20=F0=9F=90=8E=20=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E4=BA=86=E6=9E=84=E5=BB=BA8.0-swoole=E7=9A=84?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index aec76b0..bfa0ce3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,12 +1,9 @@ pipeline { - + agent any stages { stage('Build 8.0-swoole') { - agent { - docker { image 'plugins/docker' } - } steps { - sh 'docker login harbor.luxcreo.cn -u ' + sh 'docker login harbor.luxcreo.cn -u robot$library+jenkinsfile -p Bw0teIfUhP7WBd1yDp7DTWSbF0d5nVvE' 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' }