Special character in keystore password prevents successful build #2018
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Afaik this issue only applies to yaml based workflow. Expected resultsA pipeline building an Android app succeeds Actual resultsThe pipeline fails with the following error:
I can reproduce the issue locally but there I can just escape the
Build id (optional)64f4dfd4dece248697f45d95 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
hey @gerken-ts, special characters, such as backslashes, quotes, or other escape characters, can cause problems when parsing and interpreting the password. These characters might be treated as escape sequences or delimiters, leading to this kind of issues.. |
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
hmm have you tried changing the keystore using command line? there's a few solutions online like;
keytool -storepasswd -keystore /path/to/security/keystore. jceks -storetype JCEKS -storepass 'changeit' -new 'newPassword
check this as well https://www.ibm.com/docs/en/urbancode-deploy/6.2.4?topic=configuration-changing-passwords-server-keystore
but please before that, don't forget to make a copy of your original keystore