OSDN Git Service

improves jenkins roles.
authorwhitestar <whitestar@users.osdn.me>
Fri, 11 Aug 2017 11:21:51 +0000 (20:21 +0900)
committerwhitestar <whitestar@users.osdn.me>
Fri, 11 Aug 2017 11:21:51 +0000 (20:21 +0900)
nodes/local-jenkins-on-docker.json [new file with mode: 0644]
nodes/local-jenkins.json [deleted file]
roles/jenkins-on-docker.rb

diff --git a/nodes/local-jenkins-on-docker.json b/nodes/local-jenkins-on-docker.json
new file mode 100644 (file)
index 0000000..cdc15fd
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  "run_list": [
+    "role[jenkins-on-docker]"
+  ]
+}
diff --git a/nodes/local-jenkins.json b/nodes/local-jenkins.json
deleted file mode 100644 (file)
index 24f4aa4..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "run_list": [
-    "role[jenkins]"
-  ]
-}
index 497f28e..0c9794a 100644 (file)
@@ -1,3 +1,19 @@
+#
+# Copyright 2017, whitestar
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 name 'jenkins'
 description 'Jenkins'