pipeline-dev 新增maven3

This commit is contained in:
tianfeng 2026-03-24 14:48:53 +08:00
parent aff7671b0f
commit 4624e56835

View File

@ -3,6 +3,10 @@ pipeline {
label "dev"
}
tools {
maven 'maven3'
}
environment {
BUILD_IMAGE = "${sh(script:'echo -n azizi-dev:auth-$(date +%Y%m%dv%H%M%S)', returnStdout: true)}"
JAR_FILE = ""