-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(jenkins): Wrong Job name encoding in query params for Artifacts/Properties #4722
Conversation
Be nice to get some MockWebServer classes to test these at some point... :P NOT sure if that's viable here. |
@jasonmcintosh @ovidiupopa07 Added some mock tests to catch these issues in the future |
73e793f
to
04efddd
Compare
orca-igor/src/test/groovy/com/netflix/spinnaker/orca/igor/BuildServiceSpecMock.groovy
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once wildcard fixed think we can merge this :)
@Mergifyio backport release-1.34.x release-1.33.x release-1.32.x |
✅ Backports have been created
|
…roperties (#4722) (#4723) * fix(jenkins): Wrong Job name encoding in query params for Artifacts/Properties * fix(jenkins): Wrong Job name encoding in query params - added Wiremock tests * fix(jenkins): Wrong Job name encoding in query params - fix Wiremock tests imports (cherry picked from commit b2dba59) Co-authored-by: Christos Arvanitis <[email protected]>
…roperties (#4722) (#4724) * fix(jenkins): Wrong Job name encoding in query params for Artifacts/Properties * fix(jenkins): Wrong Job name encoding in query params - added Wiremock tests * fix(jenkins): Wrong Job name encoding in query params - fix Wiremock tests imports (cherry picked from commit b2dba59) Co-authored-by: Christos Arvanitis <[email protected]>
…roperties (#4722) (#4725) * fix(jenkins): Wrong Job name encoding in query params for Artifacts/Properties * fix(jenkins): Wrong Job name encoding in query params - added Wiremock tests * fix(jenkins): Wrong Job name encoding in query params - fix Wiremock tests imports (cherry picked from commit b2dba59) Co-authored-by: Christos Arvanitis <[email protected]>
…roperties (spinnaker#4722) (spinnaker#4724) * fix(jenkins): Wrong Job name encoding in query params for Artifacts/Properties * fix(jenkins): Wrong Job name encoding in query params - added Wiremock tests * fix(jenkins): Wrong Job name encoding in query params - fix Wiremock tests imports (cherry picked from commit b2dba59) Co-authored-by: Christos Arvanitis <[email protected]> # Conflicts: # orca-igor/orca-igor.gradle
Fixes issue spinnaker/spinnaker#6949 when jobNameAsQueryParameter is enabled and Job Name includes spaces.
Introduced by #4661