From f9d8c75d5f326091138ced3a8dbcd73c3c76c8be Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 8 Nov 2017 00:54:44 +0100 Subject: 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. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') 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; -- cgit v1.2.3