summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2015-11-19 14:55:41 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2015-11-19 14:57:09 -0800
commit883d77c5c804b0f1e9f1370c89f8fe38672188b5 (patch)
tree8427e35613e3606e3c07c9ffa375806cf4da3157
parent5d4e185e58f2b98b503c44e63ba8c46f46661238 (diff)
Initial code checkin
Initial bootstrapping of the ci-management repo Change-Id: I66d18adf113f8087c46ab1b4f9aedcb81ee1e9aa Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r--.gitignore15
-rw-r--r--.gitreview4
-rw-r--r--jenkins.ini.example12
3 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..96b3329fe
--- /dev/null
+++ b/.gitignore
@@ -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
index 000000000..41b8de517
--- /dev/null
+++ b/.gitreview
@@ -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
index 000000000..c8486f89a
--- /dev/null
+++ b/jenkins.ini.example
@@ -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