5 Star 0 Fork 1

英语小达人 / demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jenkins_build_example.sh 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
Green 提交于 2021-06-10 01:26 . fix:软链接BUG
# jenkins 提供的 WORKSPACE 与我们实际使用的不同
# Publish JUnit test result report 强制使用这个 WORKSPACE
echo $WORKSPACE # /root/.jenkins/workspace/englishda
OUR_WORKPLACE=/root/workplace/demo
if [ ! -d "$WORKSPACE/test_reports" ]; then
ln -s ${OUR_WORKPLACE}/test_reports $WORKSPACE/test_reports
fi
cd ${OUR_WORKPLACE} && git pull && cd ${OUR_WORKPLACE}/script && sh build.sh && sh test.sh && sh deploy.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/the-little-talent-of-english/demo.git
git@gitee.com:the-little-talent-of-english/demo.git
the-little-talent-of-english
demo
demo
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891