This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 260
/
jenkins-x.yml
48 lines (44 loc) · 1.5 KB
/
jenkins-x.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
buildPack: none
pipelineConfig:
pipelines:
release:
pipeline:
agent:
image: gcr.io/jenkinsxio/builder-jx:2.1.155-778
stages:
- name: changelog
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: GOPATH
value: /workspace/go
- name: GOPROXY
value: http://jenkins-x-athens-proxy
- name: IS_JX_PRERELEASE
value: is_jx_prerelease.bool
steps:
- name: get-jx-prerelease-state
command: ./jx/scripts/get-jx-prerelease-state.sh
- name: changelog
command: jx
args:
- step
- changelog
- --verbose
- --version
- ${VERSION}
- --rev
- ${PULL_BASE_SHA}
- name: release-jx
command: ./jx/scripts/release-jx.sh
- name: update-jx-bot
command: ./jx/scripts/update-jx-bot.sh
- name: update-jx-website
image: gcr.io/jenkinsxio/builder-go:2.1.155-778
command: ./jx/scripts/update-jx-website.sh