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
What Operating System are you using (both controller, and any agents involved in the problem)?
Controller
Operating System: Amazon Linux 2
CPE OS Name: cpe:2.3:o:amazon:amazon_linux:2
Kernel: Linux 4.14.256-197.484.amzn2.x86_64
Architecture: x86-64
Agents
Windows 10 Pro
retVal.threadId is the value of the message posted to 'channel'
Actual Results
retVal.threadId is the value of a message sent to a random committer that was notified.
Anything else?
retVal.threadId in this case could be any of the committers' direct messages, and not necessarily the one that went to the channel. It would be great to get a map of each channel:threadId back, or at least know that the ID that's returned is for the primary message in the channel.
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Controller
Operating System: Amazon Linux 2
CPE OS Name: cpe:2.3:o:amazon:amazon_linux:2
Kernel: Linux 4.14.256-197.484.amzn2.x86_64
Architecture: x86-64
Agents
Windows 10 Pro
Reproduction steps
def retVal = slackSend (
color: color,
channel: channel,
message: message,
notifyCommitters: true,
tokenCredentialId: creds,
botUser: true
);
def threadId = retVal.threadId
Expected Results
retVal.threadId is the value of the message posted to 'channel'
Actual Results
retVal.threadId is the value of a message sent to a random committer that was notified.
Anything else?
retVal.threadId in this case could be any of the committers' direct messages, and not necessarily the one that went to the channel. It would be great to get a map of each channel:threadId back, or at least know that the ID that's returned is for the primary message in the channel.
The text was updated successfully, but these errors were encountered: