-
Notifications
You must be signed in to change notification settings - Fork 355
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
[JENKINS-75208] Checkout on bitbucket server fail with IllegalArgumentException "Name cannot contain '/'" #981
Conversation
…tException "Name cannot contain '/'" Fix the file name that the BitbucketServerAPIClient return from getFile method. Before was used the href instead of the name
This fixes a problem where the build fails, where the branch name contains "/". Hope this can be merged and released pretty fast, as it is a major problem for us currently. |
This is indeed a showstopper for us as well - truly hope this will be merged quickly |
I've updated to the newest version of the plugin which states that it includes this fix, but I'm still getting this error message. Any guidance on what I would need to provide to debug the issue further? |
Please provide build log in the issue and relevant jenkins log. Ensure to post also plugin versions: |
I've updated plugin cloudbees-bitbucket-branch-source to 934.4.1 version also and getting the same issues |
Logs |
Plugin at version 934.4.1 but still
|
Temporary fixed by downgrade cloudbees-bitbucket-branch-source to older version 888.v8e6d479a_1730 |
…tException "Name cannot contain '/'" (#981) Fix cloud client when file metadata return a path attribute that contains '/', for example 'scripts/Jenkinsfile'
…tException "Name cannot contain '/'" (#981) Fix cloud client when file metadata return a path attribute that contains '/', for example 'scripts/Jenkinsfile'
Fix the file name that the BitbucketServerAPIClient return from getFile method. Before was used the href instead of the name