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 5af4e6a commit 6525068
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 @@ -1659,7 +1659,7 @@ def postBuildWSclean(
context.println 'Cleaning workspace build output files under ' + context.WORKSPACE
batOrSh('rm -rf ' + context.WORKSPACE + '/workspace/build/src/build ' + context.WORKSPACE + '/workspace/target ' + context.WORKSPACE + '/workspace/build/devkit ' + context.WORKSPACE + '/workspace/build/straceOutput')
} catch (e) {
context.println "Failed to clean workspace build output files ${e}"
context.println "ERROR: Failed to clean workspace build output files ${e}"
}
}
} else {
Expand Down

0 comments on commit 6525068

Please sign in to comment.