forked from mikoto20000/railsgun
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathjenkins.html
More file actions
executable file
·134 lines (95 loc) · 3.99 KB
/
Copy pathjenkins.html
File metadata and controls
executable file
·134 lines (95 loc) · 3.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml;
charset=utf-8" />
<meta name="keywords" content="キーワード" />
<meta name="description" content="紹介文" />
<title>Jenkinsのインストールに対応</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<!-- メイン -->
<div id="main">
<!-- ヘッダー -->
<div id="header">
</div>
<div id="header-menu">
<ul>
<li><a href="https://github.com/alminium/alminium/">HOME</a></li>
<li><a href="http://togetter.com/li/219517">お客様の声</a></li>
<li><a href="https://github.com/alminium/alminium/">ダウンロード</a></li>
<li><a href="https://github.com/alminium/alminium/">よくある質問</a></li>
<li><a href="https://github.com/alminium/alminium/issues">お問い合わせ</a></li>
</ul>
</div>
<center>
<img src="img/head_img_slim_alm.jpg" alt="" class="photo01" border="0" />
</center>
<!-- ヘッダー終わり -->
<!-- コンテンツ -->
<!-- メインコンテンツ -->
<div id="container">
<div id="contents">
<h2>Jenkinsのインストールに対応しました♪</h2>
<p>
ALMiniumで新たにJenkinsのインストールに対応しました。これにより、バージョン管理、チケット管理に加え、新たに継続的インテグレーションの環境も簡単に構築することができます。
</p>
<h3>Jenkinsのインストール方法</h3>
<p>
ALMiniumのインストール時に
<pre>
Jenkinsをインストールしますか?[y/N]
</pre>
と途中で聞いてきますので、「y」を入力するとJenkinsを自動的にインストールします。
デフォルト(上記の質問で何も入力せずにEnterキーを押した場合)ではJenkinsはインストールされません。
Jenkinsには、下記のURLでアクセスできます。
<ul>
<li>http[s]://<ALMiniumをインストールしたホスト名>/jenkins/</li>
</ul>
Redmine側では、プロジェクトのモジュールにHudsonプラグインを有効にすることにより、
Redmine側からJenkinsのジョブの状況をみれるようになります。
<br />
<br />
<a href="https://twitter.com/share" class="twitter-share-button"
data-via="LightningX" data-lang="ja">ツイート</a>
<script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<br />
</p>
</div>
<!-- メインコンテンツ終わり -->
<!-- メニュー -->
<div id="menu">
<div class="menulist">
<h2>コンテンツ・メニュー</h2>
<a href="https://github.com/alminium/alminium/">HOME</a>
<a href="http://togetter.com/li/219517">お客様の声</a>
<a href="https://github.com/alminium/alminium/">ダウンロード</a>
<a href="https://github.com/alminium/alminium/">よくある質問</a>
<a href="https://github.com/alminium/alminium/issues">お問い合わせ</a>
</div>
<!--
<div class="menu_free">
<h2>フリースペース</h2>
<p>例えば、バナー画像や、アクセス情報などに利用できるスペースです。</p>
</div>
-->
<div class="menulist">
<h2>お役立ちリンク</h2>
<a href="http://www.r-labs.org/">r-labs</a>
<a href="http://www.redmine.org/">Redmine Project</a>
</div>
</div>
<!-- メニュー終わり -->
</div>
<!-- コンテンツ終わり -->
<!-- フッター -->
<div id="footer">
Copyright (C) 2011 ALMinium Project All Rights Reserved. design by <a href="http://tempnate.com/">tempnate</a>
</div>
<!-- フッター終わり -->
</div>
<!-- メイン終わり -->
</body>
</html>