diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-04-02 10:43:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-02 10:43:30 -0400 |
| commit | d5acca400a4d5648f70a6e01815e24bf4dc5c4ad (patch) | |
| tree | 45b4401431769c673f23bb8397e252837968b7c3 | |
| parent | 1a79697e3bf08c1b4db7d3720b57cbd2e3a1cf67 (diff) | |
| parent | d5594b3891879aba8ee92ca160cea933bffad1d3 (diff) | |
| download | delivery_control-d5acca400a4d5648f70a6e01815e24bf4dc5c4ad.tar.gz | |
Merge pull request #8 from rendinam/change_libname0.3
Change libname to help prevent conflicts with other libs
| -rw-r--r-- | deliver.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deliver.groovy b/deliver.groovy index a687d08..cb45747 100644 --- a/deliver.groovy +++ b/deliver.groovy @@ -1,4 +1,4 @@ -@Library('utils') _ +@Library('env_utils') _ // Parameters made available from Jenkins job configuration: // delivery_name // aux_packages |
