Skip to content

Commit

Permalink
RDCC-3768: Disabled fortify scan until further notice (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
SujeethKumarAri authored Dec 9, 2021
1 parent 6b33322 commit 63a0382
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile_nightly
Original file line number Diff line number Diff line change
@@ -63,11 +63,11 @@ withNightlyPipeline(type, product, component) {
enableMutationTest()
enableFullFunctionalTest()
enableSecurityScan()
enableFortifyScan()
//enableFortifyScan()

after('fortify-scan') {
steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/Fortify Scan/**/*'
}
// after('fortify-scan') {
// steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/Fortify Scan/**/*'
// }

after('mutationTest') {
publishHTML target: [

0 comments on commit 63a0382

Please sign in to comment.