job000478

thomas_gray (Thomas Gray)
Thomas Gray created this job , modified by Perforce maintenance
Closed
From user @rtande on the forums:
http://forums.perforce.com/index.php?/topic/4693-slack-integration-for-swarm/

I'm trying the Slack integration for Swarm and I think I have everything setup correctly. I'm using the instructions from https://swarm.worksh...software-slack/ but I'm not seeing anything in the Slack channel that I've created to receive updates from Swarm.

I've done the following

- copied across the files mentioned in the instructions to the relevant locations in my Swarm install
- changed the file permissions on the files and directories to ensure that they are writeable and executable as required
- set up the webhook in my Slack channel
- copied that webhook into the settings for the Swarm project that I'm using

I don't see any error messages in my Swarm error log or any POSTs from Swarm to the Slack webhook URL in my Swarm access log.

Any help or pointers gratefully accepted.
19740Load http client options from config and use in POST.
 Set SSL as required or disable as shown below:

            'http_client_options' => array(
                'sslverifypeer'         => false,
                'timeout'               => 5,
            ),
19537Updated default icon and use Raw access to config data (Swarm no longer inserts the setters/getters).
  • Details
  • Comments -
Status
Closed
Project
perforce_software-slack
Severity
A
Reported By
Thomas Gray
Reported Date
Modified By
Perforce maintenance
Modified Date
Owned By
thomas_gray
Type
Bug