John Bryan Sazon

Results 27 comments of John Bryan Sazon

Hi, is this something that is planned to be completed at some time? I’m for looking for a solution like this.

@Scukerman This will be included once we started adding all __jobs__ related commands from the [jobs api](https://docs.gitlab.com/ce/api/jobs.html#download-a-single-artifact-file) which is __NOT__ planned yet. So, feel free to create a PR!

Do you have `Push Events` checked? To accomplish what you expect, you should just have `Merge Request events` checked and ensure `Push Events` is not checked. The workaround here is...

How many webhooks do you have in the repository? In the job that this webhook triggers, is the Push Events unchecked as well?

Ok then that is weird, we basically have the same configuration. I'm using gitlab 9.4.3-ce.

This is so sad. I ended up building a refresh script... ```bash #!/bin/bash -e # refresh.sh # Create a kustomization.yaml and then add all kubernetes YAMLs into resources... echo -n...