aboutsummaryrefslogtreecommitdiff
path: root/vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars')
-rw-r--r--vars/utils.groovy4
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) {