Skip to content

Commit 5bbdfe0

Browse files
committed
wip
1 parent e8c162f commit 5bbdfe0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.jenkins.groovy

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,8 @@ Check console output at "<a href="${env.BUILD_URL}">${env.JOB_NAME} [${env.BRANC
133133
sh '''
134134
set -eu
135135
base_dir="../../../.."
136-
echo "$PWD"
137-
find "$base_dir" -type d -print
138136
if [ -d "$base_dir" ]; then
139-
echo "$PWD"
140-
find "$base_dir" -type d -print
141-
find "$base_dir" -name MatrixCheckout -mindepth 4 -maxdepth 4 -type d -mtime +30 -print # -exec rm -rf {} +
137+
find "$base_dir" -name MatrixCheckout -mindepth 3 -maxdepth 3 -type d -mtime +30 -print # -exec rm -rf {} +
142138
fi
143139
'''
144140
}

0 commit comments

Comments
 (0)