jjb: Add jabberwocky
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 14 Mar 2017 19:40:39 +0000 (15:40 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 14 Mar 2017 19:40:39 +0000 (15:40 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/jabberwocky.yml [new file with mode: 0644]

diff --git a/jobs/jabberwocky.yml b/jobs/jabberwocky.yml
new file mode 100644 (file)
index 0000000..9eca7d2
--- /dev/null
@@ -0,0 +1,71 @@
+- defaults:
+    name: jabberwocky
+    description: |
+      Nightly build of Jabberwocky.
+
+      <p>Job is managed by Jenkins Job Builder.</p>
+
+    project-type: maven
+
+    maven:
+      goals: 'clean install'
+      private-repository: 'local-to-workspace'
+      automatic-fingerprinting: false
+      per-module-email: false
+      settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
+      settings-type: cfp
+
+    wrappers:
+      - workspace-cleanup
+      - timestamps
+      - ansicolor
+
+    scm:
+      - git:
+          url: git://github.com/{github_user}/{github_name}.git
+          browser: githubweb
+          browser-url: https://github.com/{github_user}/{github_name}
+          branches:
+            - origin/{version}
+          skip-tag: true
+
+    triggers:
+      - pollscm:
+          cron: "@hourly"
+
+    properties:
+      - build-discarder:
+          num-to-keep: 2
+      - github:
+          url: https://github.com/{github_user}/{github_name}
+
+
+## Templates
+- job-template:
+    name: jabberwocky_{version}_build
+    defaults: jabberwocky
+
+    publishers:
+      - warnings:
+          console-log-parsers:
+            - 'Maven'
+          total-thresholds:
+            unstable:
+              total-all: 0
+              total-high: 0
+              total-normal: 0
+              total-low: 0
+      - workspace-cleanup
+      - email-ext:
+          recipients: alex@voxpopuli.im
+          matrix-trigger: only-parent
+
+## Project
+- project:
+    name: jabberwocky
+    github_user: efficios
+    github_name: jabberwocky
+    version:
+      - master
+    jobs:
+      - 'jabberwocky_{version}_build'
This page took 0.025215 seconds and 4 git commands to generate.