Skip to content

Commit e8c162f

Browse files
committed
wip
1 parent 75b56ba commit e8c162f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.jenkins.groovy

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,10 @@ Check console output at "<a href="${env.BUILD_URL}">${env.JOB_NAME} [${env.BRANC
132132
if (MATRIX_JDK == latestSupportedJDK) {
133133
sh '''
134134
set -eu
135-
base_dir="workspace"
136-
if [ ! -d "$base_dir" ]; then
135+
base_dir="../../../.."
136+
echo "$PWD"
137+
find "$base_dir" -type d -print
138+
if [ -d "$base_dir" ]; then
137139
echo "$PWD"
138140
find "$base_dir" -type d -print
139141
find "$base_dir" -name MatrixCheckout -mindepth 4 -maxdepth 4 -type d -mtime +30 -print # -exec rm -rf {} +

0 commit comments

Comments
 (0)