This commit is contained in:
2025-11-24 15:49:20 +08:00
parent 39ac795916
commit c0da8222c4

14
Jenkinsfile vendored
View File

@@ -7,13 +7,13 @@ pipeline {
jdk 'jdk8' jdk 'jdk8'
} }
agent { // agent {
docker { // docker {
image 'maven:3-alpine' // image 'maven:3-alpine'
label 'my-defined-label' // label 'my-defined-label'
args '-v /tmp:/tmp' // args '-v /tmp:/tmp'
} // }
} //}
stages { stages {
stage('打包jar..........') { stage('打包jar..........') {