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

Update Jenkinsfile

parent 77766e6a
...@@ -8,8 +8,8 @@ pipeline { ...@@ -8,8 +8,8 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'mvn clean package' sh 'mvn clean package'
sh 'mvn install' sh 'mvn install'
sh 'mvn deploy' sh 'mvn deploy'
} }
} }
......
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