diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-28 10:13:58 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-28 10:13:58 -0500 |
| commit | 90bb9e708ffcdfdd8739b0c1e721ea13421e820f (patch) | |
| tree | 6a7cae12361dab9d414e7cff823ebe1fc780b2a1 /vars/utils.groovy | |
| parent | 95267f3bceb3e407508bf006fbe53f0fedcb697a (diff) | |
| download | jscu_refactor-90bb9e708ffcdfdd8739b0c1e721ea13421e820f.tar.gz | |
Simplify naming 1
Diffstat (limited to 'vars/utils.groovy')
| -rw-r--r-- | vars/utils.groovy | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vars/utils.groovy b/vars/utils.groovy index 586bc66..b0921e2 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -1,5 +1,3 @@ -import org.foo.Myclass - // Jenkinsfile utilities // Clone the source repository and examine the most recent commit message. @@ -36,8 +34,6 @@ class TClass implements Serializable { def concurrent2(configs) { - myobj = new MyClass() - println("myobj.name = ${myobj.name}") def tasks = [:] println("Size of configs = ${configs.size()}") for (config in configs) { |
