Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximinhan authored Oct 17, 2024
1 parent 87f4227 commit 0c228b0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions jobs/build/scan-for-kernel-bugs/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,7 @@ node {
currentBuild.result = "FAILURE"
throw err
} finally {
commonlib.safeArchiveArtifacts([
"artcd_working/email/**",
"artcd_working/**/*.json",
"artcd_working/**/*.log",
"artcd_working/**/*.yaml",
"artcd_working/**/*.yml",
])
commonlib.safeArchiveArtifacts(["artcd_working/*.log"])
buildlib.cleanWorkspace()
}
}
Expand Down

0 comments on commit 0c228b0

Please sign in to comment.