Raisus
Raisus

Reputation: 169

Jenkins - Slack Integration posts the wrong URL to our slack channel

Pretty much what the title says is what's going on.

Our Jenkins-Slack Integration is set up correctly to message our Slack channel with updates when builds from Jenkins run (either successfully or when it fails)

Expected: http://[URLADDRESS]/job/[ProjectName]

Actual: http://[WRONGURL]/job/[ProjectName]

Any clue as to why this is?

Upvotes: 0

Views: 1886

Answers (1)

Amityo
Amityo

Reputation: 6321

Manage Jenkins -> Configure System -> Jenkins Location -> Jenkins URL

Must be configure to the right url for the Slack Plugin to send the correct url.

Upvotes: 5

Related Questions