This repository was archived by the owner on Feb 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
4 changed files
with
12 additions
and
12 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
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
8 changes: 4 additions & 4 deletions
8
src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkNotifier/help-credentials.html
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,10 +1,10 @@ | ||
<div> | ||
<p> | ||
ビルド結果をTypetalk上に通知する際の認証情報を設定します。ここで設定した認証情報を、ジョブの設定で指定します。 | ||
Configure credentials to notify a build result to Typetalk. The credentials is used at a job configure page. | ||
</p> | ||
認証情報の設定方法は以下の通りです。 | ||
How to configure credentials is below. | ||
<ol> | ||
<li>TypetalkのDeveloper設定から<a href="https://typetalk.in/my/develop/applications/register" target="_blank">アプリケーションを登録</a>します。"Grant Type"は"Client Credentials"を選択してください。その他の項目は任意の値で構いません。</li> | ||
<li>アプリケーション登録後の画面に表示されている"Client ID"と"Client Secret"を、Jenkinsの設定項目に入力してください。"Name"は識別しやすい任意の値で構いません。</li> | ||
<li><a href="https://typetalk.in/my/develop/applications/register" target="_blank">Register new application</a> via Typetalk Developer Application Page. Specify 'Client Credentials' in 'Grant Type'. Other items are optional.</li> | ||
<li>Input 'Client ID' and 'Client Secret' displayed at a registration page. Input any value in 'Name'.</li> | ||
</ol> | ||
</div> |