1 Star 0 Fork 28

cqpine / Jenkins-x

forked from Gitee 极速下载 / Jenkins-x 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jenkins-x-lint.yml 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
buildPack: none
pipelineConfig:
pipelines:
pullRequest:
pipeline:
agent:
image: gcr.io/kaniko-project/executor:9912ccbf8d22bbafbf971124600fbb0b13b9cbd6
stages:
- name: ci
environment:
- name: GOPATH
value: /workspace/go
- name: GOPROXY
value: http://jenkins-x-athens-proxy
- name: PATH
value: "/usr/local/git/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/workspace/go/bin"
options:
containerOptions:
resources:
limits:
cpu: 3
memory: 6Gi
requests:
cpu: 2
memory: 2Gi
steps:
- name: mkdir
image: busybox
command: mkdir
args:
- -p
- /workspace/go/src/github.com/jenkins-x/jx
- name: copy
image: busybox
command: cp
args:
- -R
- "./"
- /workspace/go/src/github.com/jenkins-x/jx
- name: lint
image: golang:1.12.5
command: ./hack/run-all-checks.sh
dir: /workspace/go/src/github.com/jenkins-x/jx
Go
1
https://gitee.com/cqpine/Jenkins-x.git
git@gitee.com:cqpine/Jenkins-x.git
cqpine
Jenkins-x
Jenkins-x
master

搜索帮助