Commit c80f9e42 authored by 郭灿峰's avatar 郭灿峰

Revert "Update Jenkinsfile"

This reverts commit 8718f32a
parent 8718f32a
pipeline {
agent any
agent {
docker {
image 'maven:3-alpine'
args '-v /root/.m2:/root/.m2'
}
}
stages {
stage('Build') {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment