From 440a5e9bb8b32cec8f8e61873e384022c152729f Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 28 Nov 2017 10:21:32 -0500 Subject: Test shared class import 2 --- vars/utils.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/utils.groovy b/vars/utils.groovy index 0a6f49e..a06b8a6 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -1,5 +1,5 @@ // Jenkinsfile utilities -import bconfig +import bconfig.bconfig // Clone the source repository and examine the most recent commit message. // If a '[ci skip]' or '[skip ci]' directive is present, immediately -- cgit