You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INPROGRESS put causes a new version of the same PR to be created in the resourse, so Concourse builds the same commit twice.
Is there a way to configure the plugin to ignore such type of PR updates?
The text was updated successfully, but these errors were encountered:
The Concourse is not available to skipping versions but have the workaround. You should add the resource with the same settings as pull-request for changing the build status only.
- name: test-pull-requests
plan:
- get: pull-request
trigger: true
version: every
- get: node
- put: pull-request-status
params:
state: INPROGRESS
key: concourse-build
description: Building on Concourse
Given a job like
INPROGRESS
put causes a new version of the same PR to be created in the resourse, so Concourse builds the same commit twice.Is there a way to configure the plugin to ignore such type of PR updates?
The text was updated successfully, but these errors were encountered: