Skip to content

Commit

Permalink
Update Jenkinsfile_nightly (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblackmoor authored Sep 24, 2024
1 parent f7de026 commit b32cc07
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
Expand Up @@ -38,9 +38,9 @@ static LinkedHashMap<String, Object> secret(String secretName, String envVar) {

withNightlyPipeline(type, product, component) {
loadVaultSecrets(secrets)
enableFortifyScan('rpe-send-letter-aat')
// enableFortifyScan('rpe-send-letter-aat')
enableSlackNotifications(channel)
afterSuccess('fortify-scan') {
steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/Fortify Scan/**/*'
}
// afterSuccess('fortify-scan') {
// steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/Fortify Scan/**/*'
//}
}

0 comments on commit b32cc07

Please sign in to comment.