代码拉取完成,页面将自动刷新
buildPack: none
pipelineConfig:
pipelines:
pullRequest:
pipeline:
options:
containerOptions:
resources:
limits:
cpu: 4
memory: 6144Mi
requests:
cpu: 1
memory: 2048Mi
environment:
- name: GIT_COMMITTER_EMAIL
value: jenkins-x@googlegroups.com
- name: GIT_AUTHOR_EMAIL
value: jenkins-x@googlegroups.com
- name: GIT_AUTHOR_NAME
value: jenkins-x-bot
- name: GIT_COMMITTER_NAME
value: jenkins-x-bot
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /kaniko-secrets/kaniko/kaniko-secret.json
- name: GOPROXY
value: http://jenkins-x-athens-proxy:80
- name: GKE_SA
value: /secrets/bdd/sa.json
- name: CHARTMUSEUM_USER
valueFrom:
secretKeyRef:
name: jenkins-x-chartmuseum
key: BASIC_AUTH_USER
- name: CHARTMUSEUM_PASS
valueFrom:
secretKeyRef:
name: jenkins-x-chartmuseum
key: BASIC_AUTH_PASS
- name: GH_ACCESS_TOKEN
valueFrom:
secretKeyRef:
name: lighthouse-bot-test-github
key: password
- name: JENKINS_PASSWORD
valueFrom:
secretKeyRef:
name: test-jenkins-user
key: password
- name: BDD_APPROVER_USERNAME
valueFrom:
secretKeyRef:
name: jenkins-x-bot-test-github
key: username
- name: BDD_APPROVER_ACCESS_TOKEN
valueFrom:
secretKeyRef:
name: jenkins-x-bot-test-github
key: password
agent:
image: gcr.io/jenkinsxio/builder-go-nodejs:2.1.155-779
stages:
- name: ci
options:
volumes:
- name: kaniko-secret
secret:
secretName: kaniko-secret
items:
- key: kaniko-secret
path: kaniko/kaniko-secret.json
- name: sa
secret:
secretName: bdd-secret
items:
- key: bdd-credentials.json
path: bdd/sa.json
containerOptions:
volumeMounts:
- mountPath: /secrets
name: sa
- name: kaniko-secret
mountPath: /kaniko-secrets
steps:
- name: build-binaries
image: gcr.io/jenkinsxio/builder-go:2.1.155-779
command: make
args:
- build-linux
dir: /workspace/source
- name: build-and-push-webhooks
image: gcr.io/kaniko-project/executor:9912ccbf8d22bbafbf971124600fbb0b13b9cbd6
command: /kaniko/executor
args:
- --dockerfile=/workspace/source/docker/webhooks/Dockerfile
- --destination=gcr.io/jenkinsxio/lighthouse-webhooks:$(inputs.params.version)
- --context=/workspace/source
- --cache-dir=/workspace
- name: build-and-push-keeper
image: gcr.io/kaniko-project/executor:9912ccbf8d22bbafbf971124600fbb0b13b9cbd6
command: /kaniko/executor
args:
- --dockerfile=/workspace/source/docker/keeper/Dockerfile
- --destination=gcr.io/jenkinsxio/lighthouse-keeper:$(inputs.params.version)
- --context=/workspace/source
- --cache-dir=/workspace
- --build-arg=VERSION=$(inputs.params.version)
- name: build-and-push-foghorn
image: gcr.io/kaniko-project/executor:9912ccbf8d22bbafbf971124600fbb0b13b9cbd6
command: /kaniko/executor
args:
- --dockerfile=/workspace/source/docker/foghorn/Dockerfile
- --destination=gcr.io/jenkinsxio/lighthouse-foghorn:$(inputs.params.version)
- --context=/workspace/source
- --cache-dir=/workspace
- --build-arg=VERSION=$(inputs.params.version)
- name: build-and-push-tekton-controller
image: gcr.io/kaniko-project/executor:9912ccbf8d22bbafbf971124600fbb0b13b9cbd6
command: /kaniko/executor
args:
- --dockerfile=/workspace/source/docker/tekton/Dockerfile
- --destination=gcr.io/jenkinsxio/lighthouse-tekton-controller:${inputs.params.version}
- --context=/workspace/source
- --cache-dir=/workspace
- --build-arg=VERSION=${inputs.params.version}
- name: build-and-push-jenkins-controller
image: gcr.io/kaniko-project/executor:9912ccbf8d22bbafbf971124600fbb0b13b9cbd6
command: /kaniko/executor
args:
- --dockerfile=/workspace/source/docker/jenkins/Dockerfile
- --destination=gcr.io/jenkinsxio/lighthouse-jenkins-controller:${inputs.params.version}
- --context=/workspace/source
- --cache-dir=/workspace
- --build-arg=VERSION=${inputs.params.version}
- name: build-and-push-gc-jobs
image: gcr.io/kaniko-project/executor:9912ccbf8d22bbafbf971124600fbb0b13b9cbd6
command: /kaniko/executor
args:
- --dockerfile=/workspace/source/docker/gc/Dockerfile
- --destination=gcr.io/jenkinsxio/lighthouse-gc-jobs:$(inputs.params.version)
- --context=/workspace/source
- --cache-dir=/workspace
- --build-arg=VERSION=$(inputs.params.version)
- command: bdd/github/ci.sh
name: runci
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。