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