From a26fc44ffbb71bdfa1dd0790f8913f121f5b9743 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Fri, 9 Dec 2022 16:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jenkinsfile_poms_api | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jenkinsfile_poms_api b/jenkinsfile_poms_api index 52a8d7b..c0b1d32 100644 --- a/jenkinsfile_poms_api +++ b/jenkinsfile_poms_api @@ -2,7 +2,7 @@ pipeline { agent { node{ label 'jnlp-slave' - } + } } stages { @@ -12,6 +12,7 @@ pipeline { buildDescription 'harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}' sh 'nerdctl build -t harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} ./api' sh 'nerdctl push harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}' - }} + } } + } } \ No newline at end of file