Commit 7940ad55 authored by jenkins's avatar jenkins

modified: Jenkinsfile

parent 088d56ad
......@@ -9,6 +9,8 @@ pipeline {
stage('Build') {
steps {
sh 'mvn clean package'
sh 'mvn install'
sh 'mvn 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