Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Jenkins 中文社区
Jenkins 中文社区官方网站
提交
1f556021
J
Jenkins 中文社区官方网站
项目概览
Jenkins 中文社区
/
Jenkins 中文社区官方网站
通知
0
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
J
Jenkins 中文社区官方网站
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
1f556021
编写于
5月 21, 2019
作者:
LinuxSuRen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Auto commit by hugo-plugin.
上级
95f2cdb7
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
11 addition
and
7 deletion
+11
-7
index.html
index.html
+6
-6
wechat/Jenkinsfile.groovy
wechat/Jenkinsfile.groovy
+5
-1
wechat/images/grey-backgroud-jenkins-slogan.jpg
wechat/images/grey-backgroud-jenkins-slogan.jpg
+0
-0
未找到文件。
index.html
浏览文件 @
1f556021
...
...
@@ -265,14 +265,14 @@ var trackOutboundLink = function(id, url) {
<a
href=
"/event/
wuhang
/"
class=
"tile lazyload cover dib f4 ml1 mr4 bg-black relative mw-100 shadow-5"
>
<a
href=
"/event/
beijing-2019-11
/"
class=
"tile lazyload cover dib f4 ml1 mr4 bg-black relative mw-100 shadow-5"
>
<img
width=
"400px"
height=
"200px"
src=
"/images/meetup/hacktberfest.jpg"
></img>
</a>
<a
href=
"/event/
beijing-2019-11
/"
class=
"tile lazyload cover dib f4 ml1 mr4 bg-black relative mw-100 shadow-5"
>
<a
href=
"/event/
wuhang
/"
class=
"tile lazyload cover dib f4 ml1 mr4 bg-black relative mw-100 shadow-5"
>
<img
width=
"400px"
height=
"200px"
src=
"/images/meetup/hacktberfest.jpg"
></img>
</a>
...
...
@@ -293,15 +293,15 @@ var trackOutboundLink = function(id, url) {
<a
href=
"/event/
shenzhen
/"
class=
"tile lazyload cover dib f4 ml1 mr4 bg-black relative mw-100 shadow-5"
>
<img
width=
"400px"
height=
"200px"
src=
"/images/meetup/
shenzhen
.jpeg"
></img>
<a
href=
"/event/
beijing-2019-04-20
/"
class=
"tile lazyload cover dib f4 ml1 mr4 bg-black relative mw-100 shadow-5"
>
<img
width=
"400px"
height=
"200px"
src=
"/images/meetup/
cloud-native-community-day
.jpeg"
></img>
</a>
<a
href=
"/event/
beijing-2019-04-20
/"
class=
"tile lazyload cover dib f4 ml1 mr4 bg-black relative mw-100 shadow-5"
>
<img
width=
"400px"
height=
"200px"
src=
"/images/meetup/
cloud-native-community-day
.jpeg"
></img>
<a
href=
"/event/
shenzhen
/"
class=
"tile lazyload cover dib f4 ml1 mr4 bg-black relative mw-100 shadow-5"
>
<img
width=
"400px"
height=
"200px"
src=
"/images/meetup/
shenzhen
.jpeg"
></img>
</a>
...
...
wechat/Jenkinsfile.groovy
浏览文件 @
1f556021
pipeline
{
agent
any
options
{
disableConcurrentBuilds
()
quietPeriod
30
}
stages
{
stage
(
"文章格式校验"
){
when
{
...
...
@@ -24,7 +29,6 @@ pipeline {
steps
{
script
{
archiveArtifacts
'*'
def
branch
=
"wechat-$BRANCH_NAME"
branch
=
branch
.
toLowerCase
()
def
prNum
=
"$BRANCH_NAME"
.
replace
(
'PR-'
,
''
)
...
...
wechat/images/grey-backgroud-jenkins-slogan.jpg
0 → 100644
浏览文件 @
1f556021
56.2 KB
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录