Commit 32712069 by huluobin

# fee jenkinsFile

parent 8c7de394
...@@ -14,7 +14,7 @@ pipeline { ...@@ -14,7 +14,7 @@ pipeline {
stage('interfaces 编译打包部署') { stage('interfaces 编译打包部署') {
steps { steps {
sh ''' sh '''
git checkout 3.0-features git checkout 3.0
git pull git pull
cd cost-interfaces cd cost-interfaces
mvn clean package mvn clean package
...@@ -24,7 +24,7 @@ pipeline { ...@@ -24,7 +24,7 @@ pipeline {
stage('service 编译打包部署') { stage('service 编译打包部署') {
steps { steps {
sh ''' sh '''
git checkout 3.0-features git checkout 3.0
git pull 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