You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactored all project.getFullDisplayName() calls to project.getFullName() calls in order to support job inside folders.
the folder full display name has illigal characters which cause a bad response from bitbucket. project.getFullName() give you the same unique and full path project name with legal characters only.
0 commit comments