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'
}
agent {
docker {
image 'maven:3-alpine'
label 'my-defined-label'
args '-v /tmp:/tmp'
}
}
// agent {
// docker {
// image 'maven:3-alpine'
// label 'my-defined-label'
// args '-v /tmp:/tmp'
// }
//}
stages {
stage('打包jar..........') {