Cameron Moore

Results 148 comments of Cameron Moore

In the trigger definition, don't quote "true" so that it's treated as a boolean and not a string. `"value": true,` Does that work for you?

Hmm. I'm not seeing issues with Bitbucket. What do the logs say after _"tls: client requested unsupported application protocols ([..."_? Can you try rebuilding webhook with the latest Go release?...

It looks like you want to include JSON in your webhook response. Look at the `include-command-output-in-response` and `response-headers` webhook properties. Your script will need to output JSON, and you'll likely...

This doesn't appear to be an issue with webhook itself. Closing.

webhook only supports executing a single command per request. As @adnanh suggested, anything more complicated than that will need to happen within your external command.

I've never used the crontab `@reboot` feature, but I'm almost certain this is a problem in your environment and not in webhook.

I'm assuming this is a system environment issue and not a webhook issue. Closing.

Could you be more specific? Does the connection not take 10s? Is the connection made quickly but it takes 10s to download the file (which should not make ConnTime long)?...

@k3a, your fork doesn't have the Issues tab enabled.