Skip to content

Conversation

satya-bodapati
Copy link
Collaborator

…y data in the YML file

Key Points:
JJB ≥ 4.0.0 switched from PyYAML to ruamel.yaml for parsing, which treats !!binary differently JJB 3.x and earlier used PyYAML, which allowed !!binary for Base64-encoded data JJB 4.0.0+ no longer supports !!binary out-of-the-box with ruamel.yaml

Fix:
Convert Base64 decoded string to regular string and remove the !!binary

…y data in the YML file

Key Points:
JJB ≥ 4.0.0 switched from PyYAML to ruamel.yaml for parsing, which treats !!binary differently
JJB 3.x and earlier used PyYAML, which allowed !!binary for Base64-encoded data
JJB 4.0.0+ no longer supports !!binary out-of-the-box with ruamel.yaml

Fix:
Convert Base64 decoded string to regular string and remove the !!binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants