Commit 32712069 by huluobin

# fee jenkinsFile

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