pipeline { agent { node{ label 'jnlp-slave' } } stages { stage('Testing anxinyun4.0 localWeb......') { steps { buildName "#${BUILD_NUMBER} ~/anxincloud/${JOB_NAME}:${IMAGE_VERSION}" buildDescription "harbor.anxinyun.cn/anxincloud/${JOB_NAME}:${IMAGE_VERSION}" sh 'nerdctl build -t harbor.anxinyun.cn/anxincloud/${JOB_NAME}:${IMAGE_VERSION} .' sh 'nerdctl push harbor.anxinyun.cn/anxincloud/${JOB_NAME}:${IMAGE_VERSION}' } } } }