diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-21 11:44:19 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-21 11:44:19 -0500 |
| commit | e26861d6182b283c18edb5540df2622ce2ca5fcb (patch) | |
| tree | c49c6334aeb62dfc6666a6e3f8705e4bcfd24551 /src | |
| parent | 7243b2218f40027d1158491a03e17cbd84034c25 (diff) | |
| download | jscu_refactor-e26861d6182b283c18edb5540df2622ce2ca5fcb.tar.gz | |
Move source file to vars directory
Diffstat (limited to 'src')
| -rw-r--r-- | src/jfile_utils.groovy | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/jfile_utils.groovy b/src/jfile_utils.groovy deleted file mode 100644 index 9bae7af..0000000 --- a/src/jfile_utils.groovy +++ /dev/null @@ -1,8 +0,0 @@ -// Jenkinsfile utilities - - -def concurrent2(mylist) { - for (build in mylist) { - println("concurrent2: build.nodetype = ${build.nodetype}") - } -} |
