Skip to content

Commit

Permalink
Updated KV name (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisS1512 authored Jan 25, 2024
1 parent b59c1a7 commit 459a6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def product = "pip"
def component = "publication-services"

withNightlyPipeline(type, product, component) {
enableFortifyScan()
enableFortifyScan('pip-ss-kv-stg')

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

0 comments on commit 459a6ca

Please sign in to comment.