Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: branch-api-plugin
-
Labels:None
-
Environment:Jenkins 2.32.1, Bitbucket Branch Source Plugin 2.0.0
-
Similar Issues:
-
Epic Link:
Description
Since the SCM 2.0 release, I can't find a way, in a pipeline, to get a human-readable job & branch name.
For example, if I had a BitBucket team called 'Foo', a repository called 'Bar' and a branch 'feature/KEY-Baz', it used to be possible to get a nearly human readable branch - env.BRANCH_NAME would be 'Foo/Bar%2FKEY-Baz', which was easy enough to escape to a human readable form.
Now, however, it's a shortened form, with numbers in it - something like 'Foo/Bar.qxyz123/feature-KEY.abcd12345ghij-Baz'. And there appears to be no way to get the human readable version. This has broken all of my build notification templates.
Here's my 'build started' notification, for example:
hipchatSend color: 'YELLOW', credentialId: 'HipChat', message: "<a href='${env.BUILD_URL}'>${env.JOB_NAME.replace('%2F', '/')} ${env.BUILD_NUMBER}</a> Started", notify: true, room: 'Build Server Messages', sendAs: 'Jenkins', server: '', v2enabled: false
Attachments
Issue Links
- causes
-
JENKINS-59756 NameEncoder.decode can introduce duplicate characters per build to name-utf8.txt
-
- Resolved
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Comment | [ Ack! I just realised something more important - I can't find related projects to do things such as copy artefacts from upstream builds, because the repository name itself now has a suffix. I'll be raising another bug for that. ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Component/s | branch-api-plugin [ 18621 ] | |
Component/s | bitbucket-branch-source-plugin [ 21428 ] |
Assignee | Antonio Muñiz [ amuniz ] | Stephen Connolly [ stephenconnolly ] |
Remote Link | This issue links to "branch-api-plugin#72 (Web Link)" [ 15286 ] |
Remote Link | This issue links to "cloudbees-folder-plugin#82 (Web Link)" [ 15287 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Epic Link |
|
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Remote Link | This issue links to "CloudBees Internal OSS-1879 (Web Link)" [ 18530 ] |
Link |
This issue causes |