Commit 14f9d3d3 authored by 郭灿峰's avatar 郭灿峰

Update Jenkinsfile

parent 4052bcb1
...@@ -3,7 +3,7 @@ pipeline { ...@@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'mvn clean package' sh '/var/jenkins_home/plugins/apache-maven-3.6.3/bin/mvn clean package'
} }
} }
stage('Build image') { stage('Build image') {
......
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