new configuration version
This commit is contained in:
parent
4a2f89047a
commit
f8353eec89
|
@ -45,7 +45,7 @@ spec:
|
||||||
podDisruptionBudget:
|
podDisruptionBudget:
|
||||||
maxUnavailable: "50%"
|
maxUnavailable: "50%"
|
||||||
git:
|
git:
|
||||||
tag: "r-3aab3f0794f78c9a05e89e88a737ad0e3e648f7f"
|
tag: "r-d284524a99b510771cce757077c5485187528da0"
|
||||||
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
|
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
|
||||||
credentials: "git-credentials"
|
credentials: "git-credentials"
|
||||||
keystores:
|
keystores:
|
||||||
|
|
|
@ -39,7 +39,7 @@ if (inargs['submit'] && inargs['mobile']) {
|
||||||
|
|
||||||
LOG.info("----- 4")
|
LOG.info("----- 4")
|
||||||
|
|
||||||
def patchBdy = "{\"contacts\":{\"mobile\": \"${inargs[mobile]?.trim()}\"},\"added mobile number from user during request ${requestId}\":\"\"}"
|
def patchBdy = "{\"contacts\":{\"mobile\": \"${inargs['mobile']?.trim()}\"},\"added mobile number from user during request ${requestId}\":\"\"}"
|
||||||
try {
|
try {
|
||||||
LOG.info("-----")
|
LOG.info("-----")
|
||||||
LOG.info("PATCH ${endPoint}")
|
LOG.info("PATCH ${endPoint}")
|
||||||
|
|
Loading…
Reference in New Issue