jenkins mvn 打包 拷贝

引用

copyC:\danny\工作任务\20170815_2_package_dev_branch_with_dev_and_bank_war_with_different_config_file\dev\withholding-transaction\*%WORKSPACE%\withholding-transaction\src\main\resources\config\

cd%WORKSPACE%\withholding-transaction\

mvncleanpackage-Dmaven.test.skip=true

copyC:\danny\工作任务\20170815_2_package_dev_branch_with_dev_and_bank_war_with_different_config_file\dev\withholding-dbservice\*%WORKSPACE%\withholding-dbservice\src\main\resources\config\

cd%WORKSPACE%\withholding-dbservice\

mvncleanpackage-Dmaven.test.skip=true

拿billv1.0.1版本

gitcheckoutv1.0.1

copyC:\danny\工作任务\20170815_2_package_dev_branch_with_dev_and_bank_war_with_different_config_file\bank\withholding-bill\*%WORKSPACE%\src\main\resources\config

mvnpackage-Dmaven.test.skip=true

copyC:\danny\工作任务\20170815_2_package_dev_branch_with_dev_and_bank_war_with_different_config_file\dev\withholding-console\*C:\Users\dell\.jenkins\jobs\build-develop-branch-console\workspace\src\main\resources\config

mvncleanpackage-Dmaven.test.skip=true

相关推荐