opendevstack / ods-jenkins-shared-library

Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Apache License 2.0
70 stars 57 forks source link

Release Manager does not support spaces in release name #1045

Open serverhorror opened 10 months ago

serverhorror commented 10 months ago

Describe the bug

Releases in JIRA with a space in the name cause release manager to fail

To Reproduce Steps to reproduce the behavior:

  1. Go to Jira
  2. Go to "Releases"
  3. Create a release named "A release with spaces"
  4. Try to deploy the the release with "Developer Preview"
  5. Get an error message

Expected behavior

No error message should occur and the developer preview should proceed.

Screenshots

image

Affected version (please complete the following information):

Log Output (ensure to remove any confidential information like tokens, project names, etc.

Additional context

metmajer commented 10 months ago

Thanks @serverhorror, this is a known issue. We will look into this.