-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76e337a
commit 1c3b79f
Showing
4 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
<?jelly escape-by-default='true'?> | ||
<div> | ||
Sends jobs status notifications to Microsoft Teams and Outlook (Office 365). | ||
Sends message from Jenkins job to Microsoft Teams using Power Automate workflows (previously <strike>Office 365 | ||
connectors</strike>). | ||
This version introduces possibility to user Power Automate. | ||
<b>Office 365 connectors | ||
<a href="https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/"> | ||
are retiring soon. | ||
</a> | ||
</b> | ||
<p style="color:red">Use this new version carefully migrate and test before deploying on production. | ||
New plugin version may not support with old configuration. | ||
</p> | ||
</div> |
12 changes: 6 additions & 6 deletions
12
src/main/resources/jenkins/plugins/office365connector/Webhook/global.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form"> | ||
<f:section title="Office 365 Connector"> | ||
<f:section title="Office 365 Connector / Power Automate workflows"> | ||
<f:entry title="URL" field="globalUrl"> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:entry title="Name" field="globalName"> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:entry title="Name" field="globalName"> | ||
<f:textbox/> | ||
</f:entry> | ||
</f:section> | ||
</j:jelly> |
4 changes: 2 additions & 2 deletions
4
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/config.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters