forked from jenkins-x/go-scm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjenkins-x.yml
executable file
·37 lines (37 loc) · 968 Bytes
/
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
buildPack: go
buildPackGitURL: https://github.com/jenkins-x-buildpacks/jenkins-x-classic.git
pipelineConfig:
env:
- name: GOPROXY
value: http://jenkins-x-athens-proxy:80
pipelines:
release:
promote:
steps:
- command: ./updatebot.sh
dir: /workspace/source
name: update-lighthouse
image: gcr.io/jenkinsxio/builder-go
pullRequest:
pipeline:
agent:
image: gcr.io/jenkinsxio/builder-go
env:
- name: GITHUB_TOKEN
valueFrom:
secretKeyRef:
name: lighthouse-bot-test-github
key: password
- name: GITLAB_TOKEN
valueFrom:
secretKeyRef:
name: jx-pipeline-git-gitlab-gl
key: password
stages:
- name: ci
steps:
- name: test
command: make
args:
- check test
dir: /workspace/source