Skip to content

Commit

Permalink
Update pipelines/build/common/openjdk_build_pipeline.groovy
Browse files Browse the repository at this point in the history
Co-authored-by: Stewart X Addison <[email protected]>
  • Loading branch information
andrew-m-leonard and sxa authored Dec 18, 2024
1 parent 638c1a9 commit 5af4e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ def postBuildWSclean(
context.println 'Cleaning workspace non-hidden files: ' + context.WORKSPACE + '/*'
context.sh(script: 'rm -rf ' + context.WORKSPACE + '/*')
} catch (e) {
context.println "Failed to clean workspace non-hidden files ${e}"
context.println "ERROR: Failed to clean workspace non-hidden files ${e}"
}

// Clean remaining hidden files using cleanWs
Expand Down

0 comments on commit 5af4e6a

Please sign in to comment.