@@ -44,12 +44,6 @@ resource_types:
4444 tag : " 0.0.18"
4545 username : ((docker-hub-username))
4646 password : ((docker-hub-password))
47- - name : pull-request
48- type : registry-image
49- source :
50- repository : teliaoss/github-pr-resource
51- username : ((docker-hub-username))
52- password : ((docker-hub-password))
5347- name : slack-notification
5448 type : registry-image
5549 source :
@@ -65,14 +59,6 @@ resources:
6559 username : ((github-username))
6660 password : ((github-ci-release-token))
6761 branch : ((branch))
68- - name : git-pull-request
69- type : pull-request
70- icon : source-pull
71- source :
72- access_token : ((github-ci-pull-request-token))
73- repository : ((github-owner))/((github-repository))
74- base_branch : ((branch))
75- ignore_paths : ["ci/*"]
7662- name : github-pre-release
7763 type : github-release
7864 icon : briefcase-download-outline
@@ -165,34 +151,6 @@ jobs:
165151 - put : slack-alert
166152 params :
167153 << : *slack-success-params
168- - name : build-pull-requests
169- serial : true
170- public : true
171- plan :
172- - get : ci-image
173- - get : git-repo
174- resource : git-pull-request
175- trigger : true
176- version : every
177- - do :
178- - put : git-pull-request
179- params :
180- path : git-repo
181- status : pending
182- - task : build-project
183- image : ci-image
184- file : git-repo/ci/tasks/build-pr-project.yml
185- timeout : ((task-timeout))
186- on_success :
187- put : git-pull-request
188- params :
189- path : git-repo
190- status : success
191- on_failure :
192- put : git-pull-request
193- params :
194- path : git-repo
195- status : failure
196154- name : stage-milestone
197155 serial : true
198156 plan :
@@ -366,5 +324,3 @@ groups:
366324 jobs : [stage-milestone, stage-rc, stage-release, promote-milestone, promote-rc, promote-release, create-github-release, publish-eclipse-update-site]
367325- name : ci-images
368326 jobs : [build-ci-images]
369- - name : pull-requests
370- jobs : [build-pull-requests]
0 commit comments