Commit 142ca16e by huluobin

# 费用系统 Jenkinsfile

parent c736168a
...@@ -15,7 +15,6 @@ pipeline { ...@@ -15,7 +15,6 @@ pipeline {
steps { steps {
sh ''' sh '''
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'''
...@@ -23,8 +22,10 @@ pipeline { ...@@ -23,8 +22,10 @@ pipeline {
} }
stage('service 编译打包部署') { stage('service 编译打包部署') {
steps { steps {
sh '''cd cost-service sh '''
mvn clean package docker:build -DpushImage''' git checkout 3.0
cd cost-service
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