diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-28 10:21:32 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-28 10:21:32 -0500 |
| commit | 440a5e9bb8b32cec8f8e61873e384022c152729f (patch) | |
| tree | c30027c7e16360285a703a99cc3173a65bbb3064 | |
| parent | 37ac582d14bbd153cce9a221d5c2cb7e348fc9f3 (diff) | |
| download | jscu_refactor-440a5e9bb8b32cec8f8e61873e384022c152729f.tar.gz | |
Test shared class import 2
| -rw-r--r-- | vars/utils.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
