Commit f0fd2060 by huluobin

# 费用系统jenkins

parent 3e675c24
...@@ -15,7 +15,7 @@ pipeline { ...@@ -15,7 +15,7 @@ pipeline {
steps { steps {
sh ''' sh '''
git checkout 3.0 git checkout 3.0
git checkout 3.0 git pull
cd cost-interfaces cd cost-interfaces
mvn clean package mvn clean package
mvn deploy''' mvn deploy'''
...@@ -25,7 +25,7 @@ pipeline { ...@@ -25,7 +25,7 @@ pipeline {
steps { steps {
sh ''' sh '''
git checkout 3.0 git checkout 3.0
git checkout 3.0 git pull
cd cost-service cd cost-service
mvn clean package docker:build -DpushImage''' mvn clean package docker:build -DpushImage'''
} }
......
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