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 6525068 commit 1828de5
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 @@ -2217,7 +2217,7 @@ def buildScriptsAssemble(
context.println "Windows build cleaning" + context.WORKSPACE
context.cleanWs notFailBuild: true
} catch (e) {
context.println "Failed to clean ${e}"
context.println "ERROR: Failed to clean ${e}"
}
}
}
Expand Down

0 comments on commit 1828de5

Please sign in to comment.