From 62567f22fb64f30750c7de038ad080a4cb16c5e2 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 21 Nov 2017 17:20:44 -0500 Subject: List files before stash --- vars/jfile_utils.groovy | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vars/jfile_utils.groovy') diff --git a/vars/jfile_utils.groovy b/vars/jfile_utils.groovy index b75442d..27f4821 100644 --- a/vars/jfile_utils.groovy +++ b/vars/jfile_utils.groovy @@ -21,12 +21,17 @@ def scm_checkout() { //throw new hudson.AbortException('Guess what!') //throw new java.io.IOException('Guess what!') } + sh(script: "ls -al") stash includes: '**/*', name: 'source_tree' } } return skip_job } +//if (scm_checkout()) { +// return +//} + def concurrent2(mylist) { for (build in mylist) { -- cgit