rm -f ${WORKSPACE}/apr-aw-api-gateway/target/*.jar rm -f ${WORKSPACE}/appr-law-items-service/target/*.jar rm -f ${WORKSPACE}/appr-law-registry-eureka/target/*.jar rm -f ${WORKSPACE}/appr-law-regulation-service/target/*.jar sed -r -i ‘s#192.xxx:3306/law_item#192.1xxx:3306/law_item#g‘ ${WORKSPACE}/appr-law-items-service/src/main/resources/application.yml sed -r -i ‘s#password: minstone#password: 123456#g‘ ${WORKSPACE}/appr-law-items-service/src/main/resources/application.yml sed -r -i ‘s#192.xxx:3306/law_item#192.xxx:3306/law_item#g‘ ${WORKSPACE}/appr-law-regulation-service/src/main/resources/application.yml sed -r -i ‘s#password: minstone#password: 123456#g‘ ${WORKSPACE}/appr-law-regulation-service/src/main/resources/application.yml
Transfer Set Source files:需要上传的文件(相对于工作区的路径。看后面的配置可以填写多个,默认用,分隔)(直接到工作空间中找到这个文件,拷贝目录即可)
原文:https://www.cnblogs.com/hanmk/p/10918735.html