Commit 5a1dc89d authored by jenkins's avatar jenkins

add build shell

parent 7940ad55
...@@ -9,8 +9,8 @@ pipeline { ...@@ -9,8 +9,8 @@ pipeline {
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'
} }
} }
stage('deploy') { stage('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