Skip to content

Commit

Permalink
Clean workspace before copyArtifacts (#4552)
Browse files Browse the repository at this point in the history
Remove former artifacts.

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo authored May 2, 2023
1 parent 832cde2 commit ad3f4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildenv/jenkins/aqaTestPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ JDK_VERSIONS.each { JDK_VERSION ->
if (downstreamJob.getResult() == 'SUCCESS' || downstreamJob.getResult() == 'UNSTABLE') {
echo "[NODE SHIFT] MOVING INTO CONTROLLER NODE..."
node("worker || (ci.role.test&&hw.arch.x86&&sw.os.linux)") {
cleanWs disableDeferredWipeout: true, deleteDirs: true
try {
timeout(time: 2, unit: 'HOURS') {
copyArtifacts(
Expand Down

0 comments on commit ad3f4b7

Please sign in to comment.