diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-28 10:20:09 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-28 10:20:09 -0500 |
| commit | 37ac582d14bbd153cce9a221d5c2cb7e348fc9f3 (patch) | |
| tree | 312cf5cbed0e146e680dc81ac0a067dddfafc6c0 | |
| parent | dbc3c1f3a1eda9b55e0dc35fb58103cf3dba75cd (diff) | |
| download | jscu_refactor-37ac582d14bbd153cce9a221d5c2cb7e348fc9f3.tar.gz | |
Test shared class import
| -rw-r--r-- | vars/utils.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/utils.groovy b/vars/utils.groovy index b0921e2..0a6f49e 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -1,4 +1,5 @@ // Jenkinsfile utilities +import bconfig // Clone the source repository and examine the most recent commit message. // If a '[ci skip]' or '[skip ci]' directive is present, immediately |
