提交 1a821fde 编写于 作者: ibiz_zyy's avatar ibiz_zyy

更新 config.xml.ftl

上级 5855f54a
...@@ -42,11 +42,11 @@ git clone -b ${branch} ${sys.getPSSVNInstRepo().getGitPath()} ${pub.codeName} ...@@ -42,11 +42,11 @@ git clone -b ${branch} ${sys.getPSSVNInstRepo().getGitPath()} ${pub.codeName}
cd ${pub.codeName} cd ${pub.codeName}
chmod -R 777 * chmod -R 777 *
<#if pub.getPSApplication()?? && (sysrun.getRunMode() == "STARTMSAPP")> <#if pub.getPSApplication()?? && (sysrun.getRunMode() == "STARTMSAPP")>
if [ -f ./app_${pub.getPSApplication().getPKGCodeName()/ibizbuild.sh ] if [ -f ./app_${pub.getPSApplication().getPKGCodeName()}/ibizbuild.sh ]
then then
./app_${pub.getPSApplication().getPKGCodeName()/ibizbuild.sh ./app_${pub.getPSApplication().getPKGCodeName()}/ibizbuild.sh
fi fi
\cp -rf ./app_${pub.getPSApplication().getPKGCodeName()/src/main/webapp/${pub.getPSApplication().getPKGCodeName() ./springboot_SamMgr02/src/main/webapp/ \cp -rf ./app_${pub.getPSApplication().getPKGCodeName()}/src/main/webapp/${pub.getPSApplication().getPKGCodeName()?lower_case} ./springboot_${pub.codeName}/src/main/webapp/
</#if> </#if>
<#if sysrun.isRebuildMode()??> <#if sysrun.isRebuildMode()??>
mvn clean -f ./pom.xml mvn clean -f ./pom.xml
...@@ -76,4 +76,4 @@ setsid env SSH_ASKPASS=&apos;./apppasswd.sh&apos; DISPLAY=&apos;none:0&apos; ssh ...@@ -76,4 +76,4 @@ setsid env SSH_ASKPASS=&apos;./apppasswd.sh&apos; DISPLAY=&apos;none:0&apos; ssh
</hudson.plugins.ws__cleanup.WsCleanup> </hudson.plugins.ws__cleanup.WsCleanup>
</publishers> </publishers>
<buildWrappers/> <buildWrappers/>
</project> </project>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册