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