aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2017-11-08 00:54:44 +0100
committerTeddy Wing2017-11-08 00:54:44 +0100
commitf9d8c75d5f326091138ced3a8dbcd73c3c76c8be (patch)
tree828523426d7638c55b291117e89513e4a7f9bc2d /src/lib.rs
parent8dc9f6de2c227a43d9baf6d41299c9e2ac365789 (diff)
downloadkipper-f9d8c75d5f326091138ced3a8dbcd73c3c76c8be.tar.bz2
af83.rs: Add `job_name` to get name of Jenkins jobs
A new af83 module for non-general code. The `job_name` function will turn a commit reference into a job name string. This job name corresponds to the names of branch builds in Jenkins, and is a custom format, specific to af83.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 754be58..204a45b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,2 +1,3 @@
mod pull_request;
mod jenkins;
+mod af83;