new configuration version
This commit is contained in:
parent
d89c7d3559
commit
8eea0b6b94
|
@ -45,7 +45,7 @@ spec:
|
||||||
podDisruptionBudget:
|
podDisruptionBudget:
|
||||||
maxUnavailable: "50%"
|
maxUnavailable: "50%"
|
||||||
git:
|
git:
|
||||||
tag: "r-293582b8db6b8e69dbbec5cb425601effe4cebc0"
|
tag: "r-3f9c4e232a4721238be4b4736c0c74804be09ab0"
|
||||||
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:
|
||||||
|
|
|
@ -62,8 +62,7 @@ def agovSkipAskingMobileCookie = 'missing'
|
||||||
if (getHeader('cookie') != null) {
|
if (getHeader('cookie') != null) {
|
||||||
def cookies = getHeader('cookie')
|
def cookies = getHeader('cookie')
|
||||||
if (cookies.matches('^.*agovSkipAskingMobile=([^;]+).*$')) {
|
if (cookies.matches('^.*agovSkipAskingMobile=([^;]+).*$')) {
|
||||||
agovSkipAskingMobileCookie = cookies.replaceAll('^.*agovSkipAskingMobile=([^;]+).*$', '$1')
|
agovSkipAskingMobileCookie = cookies.replaceAll('^.*agovSkipAskingMobile=([^;]+).*$', '$1')
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (agovSkipAskingMobileCookie == 'true') {
|
if (agovSkipAskingMobileCookie == 'true') {
|
||||||
|
|
Loading…
Reference in New Issue