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 /vars | |
| parent | 7243b2218f40027d1158491a03e17cbd84034c25 (diff) | |
| download | jscu_refactor-e26861d6182b283c18edb5540df2622ce2ca5fcb.tar.gz | |
Move source file to vars directory
Diffstat (limited to 'vars')
| -rw-r--r-- | vars/jfile_utils.groovy | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vars/jfile_utils.groovy b/vars/jfile_utils.groovy new file mode 100644 index 0000000..9bae7af --- /dev/null +++ b/vars/jfile_utils.groovy @@ -0,0 +1,8 @@ +// Jenkinsfile utilities + + +def concurrent2(mylist) { + for (build in mylist) { + println("concurrent2: build.nodetype = ${build.nodetype}") + } +} |
