Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
loit-build-common
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
loit-Infrastructure
loit-build-common
Commits
c5132eaf
提交
c5132eaf
authored
6月 07, 2021
作者:
chenshiying
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[新增] 配置修改
上级
f3ee679b
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
24 行增加
和
7 行删除
+24
-7
READEME.md
loit-build-component/loit-build-deploy-env/READEME.md
+2
-6
deployInfo.xlsx
.../loit-build-deploy-env/src/main/resources/deployInfo.xlsx
+0
-0
jenkinsJobGitBackend.ftl
.../src/main/resources/template/git/jenkinsJobGitBackend.ftl
+12
-0
jenkinsJobGitFront.ftl
...nv/src/main/resources/template/git/jenkinsJobGitFront.ftl
+9
-0
userNames.txt
...t/loit-build-gitlab-user/src/main/resources/userNames.txt
+1
-1
没有找到文件。
loit-build-component/loit-build-deploy-env/READEME.md
浏览文件 @
c5132eaf
...
@@ -61,12 +61,7 @@ pscp -h /home/soft/deploy/server/host_ip_java_check.txt /home/soft/deploy/server
...
@@ -61,12 +61,7 @@ pscp -h /home/soft/deploy/server/host_ip_java_check.txt /home/soft/deploy/server
pssh
-h
/home/soft/deploy/server/host_ip_java_check.txt
-i
bash /usr/local/src/install_java_check.sh
pssh
-h
/home/soft/deploy/server/host_ip_java_check.txt
-i
bash /usr/local/src/install_java_check.sh
```
```
```
shell
10.0.120.78 192.169.201.123 KingSoft123!
10.0.120.162 192.169.201.167
10.0.120.193 192.169.201.247
10.0.120.218 192.169.201.198
```
6、检查未安装nginx的服务器并进行java安装
6、检查未安装nginx的服务器并进行java安装
...
@@ -206,6 +201,7 @@ nacos 稳定性(日志)
...
@@ -206,6 +201,7 @@ nacos 稳定性(日志)
门户前端访问路径加时间搓
门户前端访问路径加时间搓
elk 问题查看
elk 问题查看
h5 前端全部不转发
h5 前端全部不转发
灰度event数据定期删除
18、待处理
18、待处理
...
...
loit-build-component/loit-build-deploy-env/src/main/resources/deployInfo.xlsx
浏览文件 @
c5132eaf
No preview for this file type
loit-build-component/loit-build-deploy-env/src/main/resources/template/git/jenkinsJobGitBackend.ftl
浏览文件 @
c5132eaf
...
@@ -7,6 +7,14 @@
...
@@ -7,6 +7,14 @@
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.13"
>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.13"
>
<gitLabConnection>
gitlab140
</gitLabConnection>
<gitLabConnection>
gitlab140
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
-1
</daysToKeep>
<numToKeep>
5
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
<hudson.model.ParametersDefinitionProperty>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<parameterDefinitions>
<hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
...
@@ -69,6 +77,10 @@
...
@@ -69,6 +77,10 @@
<triggers/>
<triggers/>
<concurrentBuild>
false
</concurrentBuild>
<concurrentBuild>
false
</concurrentBuild>
<builders>
<builders>
<hudson.tasks.Shell>
<command>
rm -rf /var/jenkins_home/.m2/repository/com/loit/*
ls -la /var/jenkins_home/.m2/repository/com/loit/
</command>
</hudson.tasks.Shell>
<hudson.tasks.Maven>
<hudson.tasks.Maven>
<targets>
clean install -Dmaven.test.skip=true -U
</targets>
<targets>
clean install -Dmaven.test.skip=true -U
</targets>
<mavenName>
maven
</mavenName>
<mavenName>
maven
</mavenName>
...
...
loit-build-component/loit-build-deploy-env/src/main/resources/template/git/jenkinsJobGitFront.ftl
浏览文件 @
c5132eaf
...
@@ -7,6 +7,14 @@
...
@@ -7,6 +7,14 @@
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.13"
>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.13"
>
<gitLabConnection>
gitlab140
</gitLabConnection>
<gitLabConnection>
gitlab140
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
-1
</daysToKeep>
<numToKeep>
5
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
<hudson.model.ParametersDefinitionProperty>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<parameterDefinitions>
<hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
...
@@ -74,6 +82,7 @@
...
@@ -74,6 +82,7 @@
npm install --unsafe-perm
npm install --unsafe-perm
npm install cross-env --unsafe-perm
npm run build:prod
npm run build:prod
zip -r dist.zip dist
zip -r dist.zip dist
...
...
loit-build-component/loit-build-gitlab-user/src/main/resources/userNames.txt
浏览文件 @
c5132eaf
张
国帅
张
志达
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论