Skip to content

chore/update jenkins pipeline#8658

Closed
nkaramarko wants to merge 4 commits into
devfrom
chore/internal-mac-deployment-message
Closed

chore/update jenkins pipeline#8658
nkaramarko wants to merge 4 commits into
devfrom
chore/internal-mac-deployment-message

Conversation

@nkaramarko

Copy link
Copy Markdown
Contributor

Update jenkins pipeline to send a notification in Wire messenger for internal macOS deployments

@CLAassistant

CLAassistant commented Mar 26, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Comment thread jenkins/deployment.groovy Outdated
// Send notification to Wire Messenger for Mac Internal Build
if (params.Release.equals('Internal') && projectName.contains('macOS')) {
wireSend secret: "$jenkinsbot_secret",
message: "**New Internal Desktop Wrapper available!**\nDownload link: ${presignedUrl}\nLink is valid for 2 weeks."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those urls get pretty long, maye we could use a md link?

Suggested change
message: "**New Internal Desktop Wrapper available!**\nDownload link: ${presignedUrl}\nLink is valid for 2 weeks."
message: "**New Internal Desktop Wrapper available!**\nDownload link: [WireInternal.pkg](${presignedUrl})\nLink is valid for 2 weeks."

@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

@nkaramarko nkaramarko closed this Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants