1 Star 0 Fork 0

Imocence/jenkins-x-versions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jenkins-x-boot-vault-upgrade.yml 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
[email protected] 提交于 2021-12-28 19:15 . init
buildPack: none
pipelineConfig:
pipelines:
pullRequest:
pipeline:
options:
containerOptions:
resources:
limits:
cpu: 4
memory: 6144Mi
requests:
cpu: 1
memory: 2048Mi
environment:
- name: GOPROXY
value: http://jenkins-x-athens-proxy:80
- name: GKE_SA
value: /secrets/bdd/sa.json
- name: JX_REQUIREMENT_VAULT_DISABLE_URL_DISCOVERY
value: "true"
- name: GH_ACCESS_TOKEN
valueFrom:
secretKeyRef:
name: jenkins-x-versions-bot-test-github
key: password
- name: JENKINS_PASSWORD
valueFrom:
secretKeyRef:
name: test-jenkins-user
key: password
agent:
image: gcr.io/jenkinsxio/builder-go-nodejs:2.1.155-778
stages:
- name: ci
options:
volumes:
- name: sa
secret:
secretName: bdd-secret
items:
- key: bdd-credentials.json
path: bdd/sa.json
containerOptions:
volumeMounts:
- mountPath: /secrets
name: sa
steps:
- command: jx/bdd/boot-vault-upgrade/ci.sh
name: runci
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/imocence/jenkins-x-versions.git
[email protected]:imocence/jenkins-x-versions.git
imocence
jenkins-x-versions
jenkins-x-versions
main

搜索帮助