Skip to content

Commit

Permalink
update exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilpowar17 committed Jan 16, 2024
1 parent ab27ca8 commit 6380429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildenv/jenkins/jck_sync
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ timestamps{
currentBuild.result = 'FAILURE'
println("Exception: " + e.toString())
}
} finally {
timeout(time: 1, unit: 'HOURS') {
cleanWs disableDeferredWipeout: true, deleteDirs: true
}
}
}
}
Expand Down

0 comments on commit 6380429

Please sign in to comment.