Jenkinsfile 修改
Jenkinsfile @@ -38,7 +38,7 @@ } } stage('build & push') { stage('镜像推送') { agent none steps { container('maven') {