Initial code checkin 02/2/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 19 Nov 2015 22:55:41 +0000 (14:55 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 19 Nov 2015 22:57:09 +0000 (14:57 -0800)
Initial bootstrapping of the ci-management repo

Change-Id: I66d18adf113f8087c46ab1b4f9aedcb81ee1e9aa
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
jenkins.ini.example [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..96b3329
--- /dev/null
@@ -0,0 +1,15 @@
+# Ignore Vim temporary files
+.*.sw?
+
+# Ignore changes to the JJB Configuration File
+jenkins.ini
+
+# Maven
+target/
+
+# Vagrant
+.vagrant
+
+# IntelliJ
+.idea/
+*.iml
diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..41b8de5
--- /dev/null
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.projectrotterdam.info
+port=29418
+project=ci-management.git
diff --git a/jenkins.ini.example b/jenkins.ini.example
new file mode 100644 (file)
index 0000000..c8486f8
--- /dev/null
@@ -0,0 +1,12 @@
+[job_builder]
+ignore_cache=True
+keep_descriptions=False
+include_path=.:scripts:~/git/
+recursive=True
+
+[jenkins]
+#user=jenkins
+#password=1234567890abcdef1234567890abcdef
+url=http://localhost:8080
+##### This is deprecated, use job_builder section instead
+#ignore_cache=True