Skip to content

Commit

Permalink
revert config back to dev prs (#1518)
Browse files Browse the repository at this point in the history
* Update values.preview.template.yaml

* Update Jenkinsfile_CNP
  • Loading branch information
dinesh1patel authored Dec 12, 2024
1 parent ec20316 commit b9a02e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def app = "definition-store-api"
def branchesToSync = ['demo', 'ithc', 'perftest', 'develop']

// Variables to switch pipeline logic and wiring per type of build
def definitionStoreDevelopPr = "PR-1468" // This doesn't change frequently, but when it does, only change this value.
def definitionStoreDevelopPr = "PR-575" // This doesn't change frequently, but when it does, only change this value.

def secrets = [
'ccd-${env}': [
Expand Down

0 comments on commit b9a02e5

Please sign in to comment.